Top "Android-alarms" questions

Android alarms is the facility provided by Android through AlarmManager to start an intent at a given time (by passing a pending intent).

Android start running JobScheduler at specific time

I want to start a JobScheduler at a specific time everyday, and finish it after 3 hours. I have the part …

android android-alarms android-jobscheduler
Notification on every 5 minutes

I want to give the notification to user on every 5 minutes I am using following code. it shows me notification …

android android-alarms
How to wake up my App Periodically

I want to make an functionality, like reminder, in Android. I want to start-up my app/activity, when it is …

android service android-alarms background-service
Repeating Alarm for specific days of week android

In my application I have a functionality to trigger alarm in 4 senerios: Only once for a user chosen date and …

android alarmmanager android-alarms
Repeat alarm everyday accurately (Alarm manager)

I set an alarm to repeat everyday. but it will have a few seconds or minutes error. How can I …

android alarmmanager android-alarms
difference between RTC and RTC_WAKEUP in android

i am new to android i have to perform some operation after every 30 min whether my application is running or …

android android-intent android-service android-alarms
How to create persistent alarms even after rebooting

Presently, I am working on app that works like "To Do Task List". I have successfully implemented the NotificationService and …

android android-notifications android-alarms
Android Ringtone picker list with default option selected

I am trying to display a window picker dialog in android with the default selection to be instead of "None" …

android android-alertdialog android-alarms ringtone
set alarm on selected time and date

I am developing a taskmanager on Android 2.1. I want to set alarm for a task set by date from datepicker …

android android-alarms
AlarmManager when the phone is turned off - ANDROID

I'm doing an alarm System but i've a problem when the phone is turned off.. The alarm doesn't work.. I'm …

android alarmmanager android-pendingintent android-alarms