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 using AlarmManager in my app. I want to display the user a warning while alarm occurs. I used an AlertDialog but it gives an error. How can I solve this problem?
I\'m currently 开发者_如何转开发working on an app that will tell students when their classes start with a simple notification/SMS even when the application/phone is off.
I have a repeating alarm set, my problem is that after cancelling it doesn\'t cancel (I\'m checking this with Log.v()
I need to prompt alarm according to the time values in DB. I came through lot of examples but confusing me. Could any body help to set a repeating alarm for g开发者_运维技巧iven time like 2011-07-03 0
I am writing an alarm back ground serv开发者_运维问答ice which one is best way to use a BroadCast reciever or Service. Use BR. If task you want to execute is short (5s) you can do all you want in your
Besides setting and exact time (i.e. midnight) versus setting a delay (i.e. 24 hours), what\'s the difference between using AlarmManager and ScheduledExecutorService to run a task periodically?
What is the best way to setup an appointment reminder on Android?I am hoping there is something better than AlarmManager.
I want to replace the Thread.sleep(time) calls in my code with alarms set with AlarmManager. How can I return to the proceeding code after the alarm has elapsed. It looks l开发者_运维问答ike I use a P
I want to put an alarm manager in my app that will trigger a notification once every 3 days or so that will let them know about the paid version of the app. But dosent the alarm manager get reset when