Example of IntentService and BroadcastReceiver Dankers May 25, 2016 Last post show example of using Service and BroadcastReceiver , this example show how to do the same job using IntentService and BroadcastRe... Read more »
Android example of using Service and BroadcastReceiver Dankers May 24, 2016 This example show how to using Service to run long-time task in background thread, and also implement BroadcastReceiver to make communicatio... Read more »