Android Software Engineer Question: Download Android Software Engineer PDF

Explain Broadcast receiver component of Android?

Tweet Share WhatsApp

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 PDF Read All 62 Android Software Engineer Questions
Previous QuestionNext Question
Explain Intent component of Android?Explain sticky intent in Android?