android-alarms
Alarm Manager doesn't go off
I\'m building an Alarm Application. for it, I\'m need to supply a time as input. I\'m trying following code but alarm doesnt\' trigger. I searched online and modified the code much alot but still no l[详细]
2023-04-10 04:09 分类:问答Alarm Clock application source code
Is there a way to get the Alarm Application source code for customizing the existing default source开发者_如何学Python code availble in Android 2.3.You can download the app from the Android github mir[详细]
2023-04-09 10:40 分类:问答Cancelling alarm from other class that the one which initiated it
I set alarm from one class using this code Intent myIntent = new Intent(ClassOne.this, AlarmService.class);[详细]
2023-04-09 03:42 分类:问答How to pass image id to alarm service?
I use alarm service to start notifications. I want to have different image in notification based on which pendingIntent has called it. I tried passing this id via intent, but the app crashes[详细]
2023-04-09 00:46 分类:问答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 分类:问答Android: Alarm app best practices?
I\'m writing a simple alarm clock app to introduce myself further to android development. I\'ve looked at the android tutorials for alarms; for starting services and activities. In my case I want to[详细]
2023-03-28 07:58 分类:问答How to track the event(Alarm event) in android
I want to develop an android application that do some stuff at the time any alarm rings in android. Actually, I want to track the e开发者_如何转开发vent of alarm in android, and integrate my applicati[详细]
2023-03-27 02:54 分类:问答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 分类:问答How to create Recurring of Alarm in Android After taking user input?
I am an android developer.I am making an application in which I have to take user input like 8:00,9:00,10:00 etc and I have to set alarm for 20 or 30 days for each time user enter .A user can enter tw[详细]
2023-03-18 11:40 分类:问答Android ANR message due to long lasting operation problem
My question in general is - how to make a background service run every \"INTERVAL\" and not get the ANR message(Tried making a service called from alarmManager which initiate a thread to do its job)?[详细]
2023-03-12 20:20 分类:问答