Anything related to the design and implementation of alarms.
Is there any way to get a list of all the active alarms in the android device programmatically in our …
android alarmIf an android application wants to use the Alarm Manager Service, then which permissions the application needs to have? I …
android permissions alarmI'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 alarmI have this decorator: def timed_out(timeout): def decorate(f): if not hasattr(signal, "SIGALRM"): return f def handler(…
python windows signals alarm signal-handlingI am trying to make some alarms after the user selects something with a time from a list and create …
android android-intent bundle alarmIf I use the AlarmManager to schedule an alarm (a PendintIntent which should be send), how can I identify that …
android schedule alarm alarmmanager android-alarmsI need to check data update periodly, but the data is only updating during the daytime, so I want this …
android service alarmI want to create an alarm object from my application. I am writing a To-Do application which will have an …
android alarmmanager alarm android-alarmsI know this question has asked many times on StackOverflow but i couldn't able to set alarm in my app …
ios uilocalnotification alarm