Top "Android-broadcast" questions

A broadcast intent on the Android platform is a special intent which is often invoked by the system on an event and catched by a BroadcastReceiver.

How to check if Receiver is registered in Android?

I need to check if my registered receiver is still registered if not how do i check it any methods?

android api broadcastreceiver android-broadcast android-broadcastreceiver
Pop up window over Android native incoming call screen like true caller Android app

I am developing a broadcast receiver for incoming calls in Android and on getting incoming calls I want to inflate …

android android-layout android-widget broadcastreceiver android-broadcast
Broadcast Receiver class and registerReceiver method

Hi i am trying to understand Broadcast Receiver , i went through many sample codes , but still have some doubts. I …

android android-broadcast
Listen to incoming Whatsapp messages/notifications

I'm working on a notification based app, for which I need to listen to incoming notifications. I've been able to …

android android-intent android-notifications android-notification-bar android-broadcast
Android Broadcast Receiver bluetooth events catching

I'm trying to catch bluetooth state changes with Broadcast Receiver. My manifest: <uses-permission android:name="android.permission.BLUETOOTH" /> &…

android bluetooth android-broadcast android-bluetooth
Android Broadcast Receiver vs Service

I am trying to clarify the difference between a Broadcast Receiver and Service in android. I understand that an activity …

android android-service android-broadcast
Music player control in notification

how to set notification with play/pause, next and previous button in android.! I am new with Android & also …

android android-mediaplayer android-notifications android-broadcast
Android - How to trigger a Broadcast Receiver to call its onReceive() method?

I have scheduled alarm for my application. I have implemented broadcast receiver to be triggered once the alarm time reaches. …

android android-intent broadcastreceiver android-manifest android-broadcast