Mobile Application Development Question:

Describe about the Broadcast receiver component of Android?

Mobile Application Interview Question
Mobile Application Interview Question

Answer:

A Broadcast receiver comes into action only in specific situations. Suppose an Intent for which a particular broadcast receiver has been registered occurs, the broadcast receiver is triggered into action and the user gets a notification for the same. (For example: Battery low notification).


Previous QuestionNext Question
Describe about the Intent component of Android?What is sticky intent in Android?