Top "Alarmmanager" questions

Android class providing access to the system alarm services.

How to set Alarm in Android?

Following is my code can Any body please tell me why it is not working .I have learned it from …

android alarmmanager
AlarmManager Android Every Day

I'm trying to make a Schedule. It should run every day at 1pm or 2pm... At the moment I can …

android scheduled-tasks alarmmanager
Start Android Service after every 5 minutes

I was searching over the internet for last 2 days but I couldn't find any tutorial helpful. I have created a …

android service alarmmanager timertask
How to Set Recurring AlarmManager to execute code daily

I am currently trying to write alarm manager that will make an alarm go off within a specified period of …

android notifications alarmmanager
Android AlarmManager: is there a way to cancell ALL the alarms set?

I am building an app that set 2 alarms for each day of the week (at a certain hour and minute), …

android alarmmanager
BroadcastReceiver and AlarmManager Android

I am trying to use an alarm manager with BroadcastReceiver. I try to use the example given in Tutorial: System …

android broadcastreceiver alarmmanager android-alarms
What's "requestCode" used for on PendingIntent?

Background: I'm using PendingIntent for alarms via AlarmManager. The problem: At first I thought that in order to cancel previous …

android android-intent alarmmanager android-pendingintent
AlarmManager not working

I need to start the activity AlarmReceiver after 10 seconds (for example). I need it to be activated without running the …

android alarmmanager
Need code example on how to run an Android service forever in the background even when device sleeping, like Whatsapp?

I have tried various ways to achieve this, but my service eventually gets killed. I want to use AlarmManager to …

android service alarmmanager background-process
How to stop an alarm in android

In my main activity which has a button in it. In its onclick listener im calling function to set alarm.…

android alarmmanager android-pendingintent