Hello friends.I hope my last tutorial will be helpful for you.Today i am going to post all about Broadcast Receiver in Android.So going through this post you will be able to understand all about broadcast in android.So extend BroadcastReceiver in the class to which you want to make receiver class and which is registered as a receiver in an Android Application via the AndroidManifest.xml file(or via code).This class will be able to receive intents. Intents can be generated via the Context.sendBroadcast()...
(more)