What is the difference between Local , ...
What is the difference between Local , ...
Here is the difference between the types of Android broadcasts:
Normal Broadcast:
sendBroadcast() to sendOrdered Broadcast:
sendOrderedBroadcast() to sendLocal Broadcast:
LocalBroadcastManager to send and receiveSticky Broadcast:
sendStickyBroadcast() to sendexpert