-3

I want to implement a Job Scheduler for the run a task for a given time and it should have an ability to set repeat period like every day, every week or every month. So how should I do it correctly?

1 Answers1

0

Use Android-Job library provided by evernote. Its easy to use. It use either the JobScheduler, GcmNetworkManager or AlarmManager. Its works back to Ice Cream Sandwich. You don't have to check Android version manually this library will automatically choose the best for you. You can check this blog post too.

Abu Yousuf
  • 5,729
  • 3
  • 31
  • 50