Top "Alarm" questions

Anything related to the design and implementation of alarms.

Android get list of active alarms

Is there any way to get a list of all the active alarms in the android device programmatically in our …

android alarm
which permissions an android application need in order to use the Alarm Manager Service?

If an android application wants to use the Alarm Manager Service, then which permissions the application needs to have? I …

android permissions alarm
How do I pass data from a BroadcastReceiver through to an Activity being started?

I've got an Android application which needs to be woken up sporadically throughout the day. To do this, I'm using …

android android-intent bundle broadcastreceiver alarm
python: windows equivalent of SIGALRM

I have this decorator: def timed_out(timeout): def decorate(f): if not hasattr(signal, "SIGALRM"): return f def handler(…

python windows signals alarm signal-handling
getExtra from Intent launched from a pendingIntent

I am trying to make some alarms after the user selects something with a time from a list and create …

android android-intent bundle alarm
How to create an alarm clock app with swift?

I'm trying to create a kind of alarm clock app with the swift but I could not figure out how …

ios swift nstimer alarm
Identify and cancel an alarm send to an AlarmManager

If I use the AlarmManager to schedule an alarm (a PendintIntent which should be send), how can I identify that …

android schedule alarm alarmmanager android-alarms
Android: How to repeat a service with AlarmManager every 15 minutes, but only run from 8:00AM to 18:00PM?

I need to check data update periodly, but the data is only updating during the daytime, so I want this …

android service alarm
Set an Alarm from My application

I want to create an alarm object from my application. I am writing a To-Do application which will have an …

android alarmmanager alarm android-alarms
How to set an Alarm in iOS?

I know this question has asked many times on StackOverflow but i couldn't able to set alarm in my app …

ios uilocalnotification alarm