alarmmanager
Android External App Install (on SD card), reload alarmmanager alarms on re-mount through receiver
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[详细]
2023-03-19 15:33 分类:问答AlarmManager problem?
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?[详细]
2023-03-18 15:23 分类:问答Android SMS alarm manager issues
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.[详细]
2023-03-18 09:36 分类:问答repeating alarm not cancelling
I have a repeating alarm set, my problem is that after cancelling it doesn\'t cancel (I\'m checking this with Log.v()[详细]
2023-03-17 14:48 分类:问答Alarm service for given time
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[详细]
2023-03-17 14:37 分类:问答Android alarm service
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[详细]
2023-03-17 08:53 分类:问答Difference between AlarmManager and ScheduledExecutorService
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?[详细]
2023-03-17 08:17 分类:问答What is the best way to create an appointment reminder on Android?
What is the best way to setup an appointment reminder on Android?I am hoping there is something better than AlarmManager.[详细]
2023-03-15 15:55 分类:问答Android Replacing Thread.sleep with alarms using 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[详细]
2023-03-14 23:25 分类:问答AlarmManager to send a notification
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[详细]
2023-03-14 14:21 分类:问答