Smart background tasks with JobScheduler

The new release of Android 5.0 provides developers over 5000 new APIs to play with. One of my favourite component that was relseased with the new SDK is JobScheduler [https://developer.android.com/reference/android/app/job/JobScheduler.html]. Briefly: > JobScheduler API that lets you optimize battery life…