Android Broadcast
- Android Broadcast Overview
Introduce android broadcast principle, type and receiver registration with example code. - Android Force Logout Use Service And Broadcast Example
This example shows how to use background service and broadcast receiver to implement force logout in android login feature. - Android Keep Broadcast Receiver Running After Application Exit
This example tell you how to run broadcast receiver in android background service object. - Android Local Broadcast Manager Example
This example show you how to use android.support.v4.content.LocalBroadcastManager to send in-app broadcast internally. - Android Send Custom Broadcast Example
This example demo how to implement both normal and ordered custom andoird broadcast. It also shows how to abort broadcast in ordered broadcast receiver chain. - How To Register Android BroadcastReceiver Statically
This example tell you how to register android broadcast receiver statically in AndroidManifest.xml file. - How To Register BroadcastReceiver In Android Activity
This example show you how to register / unregister broadcast receiver in android acivity programmatically. It also shows how to open android settings panel programmatically.