Top "Receiver" questions

An object that receives some message broadcast from the system.

Android - Bluetooth discovery doesn't find any device

I'm currently working on a little app to get started with the services that the Bluetooth Android API can provide. …

android bluetooth receiver
Android DownloadManager get filename

In my app you can download some files. I used the Android DownloadManager class for downloading. After the download is …

java android broadcastreceiver android-download-manager receiver
WakefulBroadcastReceiver is deprecated

For creating a receiver I'm extended WakefulBroadcastReceiver in my old project. But now it's deprecated. Instead of WakefulBroadcastReceiver which Receiver …

android android-broadcastreceiver receiver powermanager
android:enable and services

I m currently learning how create and use services on android. I looked on the android SDK for further help …

android service receiver
What is 'action android:name="com.android.vending.INSTALL_REFERRER" '?

I had tested the Appbrain SDK and Inmobi SDK. And I found this common receiver. And I made custom receiver. …

android referrer receiver
Calling registerReceiver from a DialogFragment

EDIT I added this line: getActivity().registerReceiver(new BroadcastReceiver(){...}, new IntentFilter(SENT)); There is now a runtime error though, the …

android fragment receiver
How to find a pipe address using nRF24L01(+) 2.4GHz Wireless Transceiver

I'm trying to figure out if there is an efficient way of figuring out a pipe address of an rf24 …

arduino radio wireless receiver radio-transmission
Detect day change event in broadcast receiver in android

I want to implement a feature in android app which execute a particular code when ever there is a date …

android broadcast receiver
Android: How to create a receiver that listen any changes of system settings?

I'm trying to create a BroadCast receiver that listen any changes of system settings to update a UI. I wrote …

android settings listener receiver
onReceive called many times

I have a service that get data from an other application. When I get date I send message to broadCast …

android broadcastreceiver receiver