Broadcast Receiver: Two ways to implement part-2
Read Time < 1 minuteIn the previous tutorial, we discussed how to implement/register broadcast receiver inside an activity. Broadcast receiver is a standalone application component which means it will continue running even when other application component are not running. That’s why we unregister broadcast receiver in onPause on the activity.Second way of using broadcast receiver is to register it …
Broadcast Receiver: Two ways to implement part-2 Read More »