How do I setup a count-up timer that runs even if ...
# android
m
How do I setup a count-up timer that runs even if app is killed?
I'm thinking of WorkManager, but not sure how to proceed properly
m
think about AlarmManager
👍 1
m
But isn't WorkManager introduced to handle these kinds of scenarios? And also is a layer on top of the other mechanisms available? e.g. AlarmManager, JobScheduler etc?
m
Yes i think you can use WorkManager too but you need to know that repetition interval is in reality a minimum interval
m
Hmmm I see the minimum is 15min