456 Views
It's common to come across a pattern where you call a synchronous method to kick off an activity then await an event which gives you the result (or an error). In the process of building 32feet's Bluetooth LE library this became a familiar sight both for Android and iOS APIs.
0 comments