I\'m trying to make an application where the user can override the default behaviour of the volume up/down buttons (as well as the screen on/off button - is this possible?). Anyways, using some code a
Trying to intercept outgoing calls, and have a solution working well on nexus 1 stock android 2.2 HTC desire 2.2
I use Broadcast receiver to catch Phone state Change. It works fine when the state change in in first time (for State_OffHook), but don\'t react when the call ends.
I am trying to make my app print something to log when screen is turned on but it doesn\'t work as I expected.
I have an activity called message.java which is bound to the service GPS.java. The latitude and longitude obtained from GPS.java has to be used in message.java. We are getting the default values of la
I\'m having a problem communicating between activities that are managed by a TabHost. Especially the problem is this:
I have a case in which I have to start some non-UI action N seconds after power has been connected to the device. That action could be also started by user via UI.
I\'m developing an android app that I want to allow users to install on their SD card (http://developer.android.com/guide/appendix/install-location.html). However, the app has some Alarms created thro
I\'m developing a service and I\'ve been following an example that开发者_StackOverflow中文版 unfortunately uses an Activity to get its work done.The example uses startActivityForResult() to get values
I use addProximityAlert: Intent intent = new Intent(getString(R.string.intent_message_location_fetched));