I am implementinga Broadcast receiver inside a serv开发者_Go百科ice which is supposed to be listening for internet connection availability. The service is started from the main activity of the applica
I plan to write an IntentService to download new packages (new items for the app). My only problem is, that when I broadcast the end of the downloads, I have to update the memory model, if the app is
I know it is the common problem and the common solution is to register the intent filter in manifest, not in the 开发者_StackOverflow社区code. But the manifest registration doesn\'t work for some acti
I want to catch intents of currently running applications, I have tried using A开发者_StackOverflow中文版CTION_MAIN but it doesn\'t work, any other way to receive intents of running apps or launched a
Is the thread in the onReceive method eligible for garbage collection before it ever completes? @Override
I have an Inbox class which extends ActivityGroup implements OnItemClickListener. This inbox class has a menuItem name GET, when GET is called i have a method name GETSMS();
I am developing an application to monitor and get statistics on youtube videos played on the phone. I need to detect events that occur during playback of video, such as the time when the video begin
I\'m trying to receive some data in my BroadcastReceiver which is called by a ListActivity. It is called, I\'ve tested it, but getExtras always returns NULL.
I need a service to start at boot that periodically checks some database for newly posted data. If there is new data(that fits the correct parameters) I need to then start an activity to display this.
On Andr开发者_C百科oid, I am trying to send a custom broadcast message using a custom Intent and BroadcastListeners. I have some custom data, in the format: