0
I’m working on an android app that needs to check an X URL in X times.
The only way I found to schedule tasks would be with the class AlarmManager
, this really would be the right way? Someone suggests a different class?
0
I’m working on an android app that needs to check an X URL in X times.
The only way I found to schedule tasks would be with the class AlarmManager
, this really would be the right way? Someone suggests a different class?
1
The JobScheduler
help you with that.
Browser other questions tagged android
You are not signed in. Login or sign up in order to post.
It is possible to post an example of the use to help AP understand @Andréhenriques?
– Wellington Avelino