Top "Alarm" questions

Anything related to the design and implementation of alarms.

Sound alarm when code finishes

I am in a situation where my code takes extremely long to run and I don't want to be staring …

python alarm audio
Using Alarmmanager to start a service at specific time

I have searched a lot of places but couldnt find a clean sequential explanation of how to start a service (…

android service alarm alarmmanager
How to automatically restart a service even if user force close it?

I want a service to run all the time in my application. So I want to restart it even if …

android service alarm
Delete alarm from AlarmManager using cancel() - Android

I'm trying to create and delete an alarm in two different methods which are both called at different moments in …

android alarm android-pendingintent
C: SIGALRM - alarm to display message every second

So I'm trying to call an alarm to display a message "still working.." every second. I included signal.h. Outside …

c alarm
How to cancel this repeating alarm?

I'm writing something like a reminder for users. Users will set reminders for their events, when the time comes, a …

android alarm
Start app at a specific time

I was wondering if it's possible (and if it is how) to start up my app at a specific time, …

android task alarm
Android - how to set an alarm to a specific date

I have seen a lot of tutorials and been trying for 2 hours now , though something is still wrong. I am …

android calendar alarm
How to repeat notification daily on specific time in android through background service

Hi I am working on application where I have set the notification on user entered date and time through background …

android service broadcastreceiver alarm
AlarmClock for Beginners - Android

I'm quite new to Android but already have some experience with Java itself. Now I'd like to set up an …

android clock alarm