I am new in Android technologies and creating an app in which i have to give various scheduling options like (Daily ,Weekly and Monthly). I have done with daily and weekly but left with monthly. I have no idea how to do it please help
Asked
Active
Viewed 155 times
0
-
Use [`AlarmManager`](http://developer.android.com/reference/android/app/AlarmManager.html) – class stacker Apr 29 '13 at 08:32
1 Answers
0
AlarmManger will have you covered for all of the above, but when dealing with long timespans you'll need to set up the alarms again after the phone is rebooted which is likely over the course of a month.
See the following Android AlarmManager after reboot

Community
- 1
- 1

Pork 'n' Bunny
- 6,740
- 5
- 25
- 32
-
If you found this answer useful to you could you please accept? – Pork 'n' Bunny May 06 '13 at 19:04