I defined in my Manifest a Broadcast Receiver to control if the internet connection is active or no开发者_JAVA百科t.
From everything I\'ve seen on Stack Exchange and elsewhere, I have everything set up correctly to start an IntentService when Android OS boots. Unfortunately it is not starting on boot, and I\'m not g
i make an application for sending sms automatically to the incoming Number.开发者_开发问答 But the problem is that ,it send 2 sms instead of one in each call.
I am trying to create a weekly reminder in my app. For this I am using AlarmManager. Here is the code generating alarm
My application has, apart from its activities, a service and an app widget. I wanted that clicking the widgets results in a piece of code executing, a piece which will enable/disable the app\'s servi
I implemented a broadcast receiver to \"block\" my app if the internet connection is lost. By block I mean that the app has to open a \"No internet connection\" activity.
I implemented a sample application which Shows the Phone Information, Battery Information of an Android application. I created two different Class files for two activities.
I am trying to figure out how to implement an event listener (unsure if this is the proper term.) I want the service, once my app is launched, to listen for the phones power status. I am uncertain to
I want to develope a receiver class which will listen Phone state. And I want to work on doSomething() using incoming phone number.
I have spent few days to work on Service + BroadcastReceiver, but still cannot make it perfect. I hope someone can help, thanks!