What are broadcast receivers? How is it implemented?



What are broadcast receivers? How is it implemented?..

Answer / Sanjay Kumar Verma

Broadcast Receivers are Android components that respond to system-wide broadcast announcements. They don't have a user interface and they run in response to an event, such as an SMS being received or the battery level changing. Implementation involves creating a new class that extends BroadcastReceiver and overriding the onReceive() method.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

Which is the method you need to use to post a notification to be shown in the status bar?

1 Answers  


Explain apk format for android?

1 Answers  


How to handle an audio stream for call in android?

1 Answers  


What are android products?

1 Answers  


How does recyclerview differ from listview?

1 Answers  


What onlistitemclick() function used for?

1 Answers  


Which of the method is used to return a view from a layout file given the id of the view?

1 Answers  


What is google android sdk?

1 Answers  


What is bin file in android?

1 Answers  


If the action is action_call, what the data field would be ?

1 Answers  


How the nine-patch Image different from a regular bitmap? Alternatively, what is the difference between nine-patch Image vs regular Bitmap Image?

1 Answers  


when will you use dynamic broadcast receivers?

1 Answers  


Categories