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?
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?