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 |
What is fragment lifecycle?
Explain android architecture briefly.
What is nest?
What is so special about android?
differences between google android studio and android studio ?
What item are important in every android project ?
Explain seapine software?
In android, can we change the gps setting by write my own java code?
Explain sticky intent?
Write a program to show the addition and removing of the package.
What is asynctask?
How does manifest file plays an integral role in app development?