Okay so up front I will say that I am new to Android.I have made a few small projects and played with afew things and done tons and tons of reading.So here is the task I am trying to accomplish:
Is there a Broadcast Receiver in android to listen to the SMS sent event? In my application I want to count the number of SMS sent every predefined time interval. If its not possible to listen to sen
I have an Activity that I display as modeless when the phone rings (over the phone app). I would like to finish the Activity when either of the following events occur. The first is if I touch anywhere
This is my second post today as fixing the 1st post lead to another problem which I am really struggling on. I want to use Broadcasts and intent to send data packets back from a service to the UI. I m
I register receiver from the onCreate from my activity like this IntentFilter filter = new IntentFilter(Intent.ACTION_SCREEN_ON);
I\'ve been trying to get an android application to install an APK on the sdcard programmatically and to delete the apk once it\'s installed.
I have a BroadCastReceiver that starts a background service. This service speaks some text using TTS. Since it all starts with a BroadcastReceiver, there is no UI.
how to get the events of incoming call and outgoing call in android separately. Actually i was trying to develop an application that open on incoming call if number is exist in database and it work OK
I have a service that does database calls.The service receives a request with an intent, and when the database call is complete, it broadcasts an \"update complete\" intent开发者_StackOverflow社区 ind
AudioManager am = (AudioManager)getSystemService(Context.AUDIO_SERVICE); switch (am.getRingerMode()) {