Top "Alarms" questions

Anything related to the design and implementation of alarms.

Android AlarmManager after reboot

I have a set of alarms that I need to keep after reboot. I've tried using on an boot receiver …

android restart reboot alarms
How can I setup multiple alarms in Android?

So far and thanks to this website, I've been able to set up an alarm that will be set up …

android alarms
Scheduling alarm every 2 minutes android

In my activity class protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); AlarmManager alarmManager=(AlarmManager) …

android alarms
Get all alarms saved in the alarm application

Is it by any chance possible to get a list of alarms saved in the alarm application of android ? I …

android alarms
Multiple calls to AlarmManager.setRepeating deliver the same Intent/PendingIntent extra values, but I supplied different ones

Solved while writing this question, but posting in case it helps anyone: I'm setting multiple alarms like this, with different …

android android-pendingintent extras alarms
How to set one time alarm in android

I am doing alarm Project, I want to set one time alarm.. But i am facing problem to set tat, …

android push-notification alarms