Run routine scheduled from time to time with android

0

I'm working on an android app that needs to check an X URL at X times.

The only way I found of scheduling tasks would be with the AlarmManager class, would this really be the right way? Does anyone suggest a different class?

    
asked by anonymous 04.08.2015 / 18:48

1 answer

1

JobScheduler will help you in this.

JobScheduler

    
04.08.2015 / 19:21