Top "Alarm" questions

Anything related to the design and implementation of alarms.

Alarm Functionality In ReactNative For Android And iOS

I want to make app that play music every day at specific time (for example : 07:00) even if the app in …

react-native alarm
How to detect if a notification has been dismissed?

Is there any way in Android to detect when a user swipes a notification to the left and deletes it? …

android alarmmanager alarm repeat notificationmanager
How to schedule my android app to do something every hour

I want my app to access database every hour and read next record from the table then update desctop widget …

java android schedule alarm alarmmanager
How to set Alarm using alarm clock class

Hi I am trying to set Alarm in my application Using the AlarmClock class. I am using the code as …

android clock alarm
How can I terminate a system command with alarm in Perl?

I am running the below code snippet on Windows. The server starts listening continuously after reading from client. I want …

perl system alarm
How to set custom Alarm tone in android

I need to set custom alarm tone in my App. Could anyone please just tell me how to set custom …

android alarm ringtone
Android Alarm What is the difference between four types of Alarm that AlarmManager provides and when to use what?

I want to know the difference between RTC, RTC_WAKEUP, ELAPSED_REALTIME, ELAPSED_REALTIME_WAKEUP. I want to write an …

android alarm
How can I timeout a forked process that might hang?

I am writing a Perl script that will write some inputs and send those inputs to an external program. There …

perl fork alarm
How to set an alarm to fire properly at fixed time?

I have this code Calendar c = new GregorianCalendar(); c.add(Calendar.DAY_OF_YEAR, 1); c.set(Calendar.HOUR_OF_DAY, 23); …

android broadcastreceiver alarm
iOs 8, start playing sound when in the background, alarm clock app

I know there are many questions on SOF, but this is the "newest" one. The thing is, I'm trying to …

ios audio swift alarm