Scheduling Time-Sensitive Tasks in Android with the AlarmManager

In Android, the AlarmManager lets us schedule work to happen at a specific time. If your app has work to do and you’d like it to do that work even when the app isn’t running, then the AlarmManager might be … Continue reading Scheduling Time-Sensitive Tasks in Android with the AlarmManager