Choosing the Right Background Scheduler in Android | Big Nerd Ranch

There are (too) many options when it comes to scheduling code execution on Android. HandlerThread, AlarmManager, JobScheduler, GCMNetworkManager to name a few. This overview will help you figure out which to use and when. Must read for Android developers.

Source: Choosing the Right Background Scheduler in Android | Big Nerd Ranch