Android Software Engineer Question:

Download Job Interview Questions and Answers PDF

Explain Broadcast receiver component of Android?

Android Software Engineer Interview Question
Android Software Engineer 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).

Download Android Software Engineer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Intent component of Android?Explain sticky intent in Android?