Hello,
They want me to build a system that automatically executes some scheduled tasks every N hours.
An example is every 2 hours the app needs to remind a worker to "check-in".
So I'll need to implement some sort of timer.
Will such a listener drain the battery?
How would you suggest i implement that?
Thanks
They want me to build a system that automatically executes some scheduled tasks every N hours.
An example is every 2 hours the app needs to remind a worker to "check-in".
So I'll need to implement some sort of timer.
Will such a listener drain the battery?
How would you suggest i implement that?
Thanks