Explain me what is a broadcast receiver?



Explain me what is a broadcast receiver?..

Answer / Dharmendra Singh Kutiyal

A BroadcastReceiver is an Android component that responds to system-wide broadcast announcements or intent messages. It does not have a user interface and can be registered to listen for specific intents. When the matching intent is sent by another application or the system, the BroadcastReceiver will execute its onReceive() method to perform the desired action.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

What is fragment lifecycle?

1 Answers  


Explain android architecture briefly.

1 Answers  


What is nest?

1 Answers  


What is so special about android?

1 Answers  


differences between google android studio and android studio ?

1 Answers  


What item are important in every android project ?

1 Answers  


Explain seapine software?

1 Answers  


In android, can we change the gps setting by write my own java code?

1 Answers  


Explain sticky intent?

1 Answers  


Write a program to show the addition and removing of the package.

1 Answers  


What is asynctask?

1 Answers  


How does manifest file plays an integral role in app development?

1 Answers  


Categories