I have a method in a service that I created, and I want to access this method from an Activity that implements a Prog开发者_开发百科ress Dialog. This method simply update my database, and it was retur
I\'ve implemented a BroadcastReceiver to receive and parse Android Market referrer data. I followed the steps here: http://code.google.com/mobile/analytics/docs/android/#android-market-tracking and th
I have a problem with my BroadcastReceiver. It\'s not working. I couldn\'t find any satisfying answers for my problem. This is my code fragments:
My Application has registered one receiver in Manifest file. What will happen to the Broadcast Receiver if my application process d开发者_C百科ies. Will it still be available and call my BroadcastRece
Basically I want to broadcast and receive every 5 seconds using this code: private final BroadcastReceiver checkWifiStateChanged = new BroadcastReceiver() {
I have a widget that simply uses a service to update the looks of a widget\'s RemoteViews.The service is started based on filters supplied by a different registered BroadcastReceiver.When one of the c
I have a broadcast receiver that I try to unregister in the OnPause() method. But then it gets blocked it seems, and although I register it in the OnResume(), it doesn\'t fire. If I only register it i
I have an app in which I\'m trying to detect WHEN the Internet connection appears and when it disappears.
I want to receive a notification when a new application is installed. IntentFilter newAppFilter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
I am using the BroadcastReceiver to check the network connectivity while my app is running.I have binded the BroadcastReceiverwith the Activity inorder to bring few controls like AlertDialog while the