0

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

Supreet
  • 2,451
  • 8
  • 25
  • 42

1 Answers1

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