alarmmanager
Android : alarmManager and Service
I can start a S开发者_StackOverflow社区ervice with an AlarmManager and one PendingIntent ? I want that, when in my application there are not more data, the Service go down and the AlarmManager restart[详细]
2023-03-29 16:07 分类:问答Why isn't my AlarmManager setRepeating repeating?
I\'ve created an AlarmManager that should run repeatedly and start a service. My problem is it only runs once. I can\'t figure out what is wrong. For now I\'ve attached creation of the AlarmManager to[详细]
2023-03-29 09:34 分类:问答AlarmManager to start Service not working
I have an IntentService class and I want to user an Alarm to make the service perform a certain task every X hours.[详细]
2023-03-29 06:12 分类:问答Android Alarm Manager can't work
My code has implemented the Alarm Manager Example(other question\'s code), however, my alarmReceiver(extends BroadcastReceiver) is not working; I don\'t know if my[详细]
2023-03-28 14:16 分类:问答set the time in Alarm manager Android - alarm fired instantly
Here i am trying to set the alarm by using AlarmManger class. It is working fine with me but when i set the alarm time after Hours or mins from time picker,It will start the instantly when i save that[详细]
2023-03-28 10:23 分类:问答Problem with repeating(AlarmManager)
I\'m building an app that has to show a notifcation after some period, for that i used AlarmManager. To have a notification every 15 minutes we have t开发者_运维问答o do this:[详细]
2023-03-28 05:34 分类:问答Android: Cancel an Alarm Set From Another Activity
I will try to explain this as best as I can. Basically, I have Activity 1 that uses an ExternalClass to do various things. Activity 2 also references Activity 1\'s object of said ExternalClass. From b[详细]
2023-03-27 22:04 分类:问答How to set alarm
Can any body tell me how to set the alarm? I have one time picker but every time when I killmy application time is also updating with current sys开发者_StackOverflowtem time.You should use AlarmManage[详细]
2023-03-27 20:57 分类:问答Alarm Manager Reliability
I\'ve been struggling with this problem for days. I\'ve also checked the documentation and several topics but didn\'t find any solution / explanation.[详细]
2023-03-27 00:23 分类:问答Android AlarmManager heavy battery drainer?
i just started working on android about 4 months back. i created a project that uses AlarmManager, the flow is like this:[详细]
2023-03-26 20:38 分类:问答