Tuesday, January 15, 2019

Scheduling Jobs With JobScheduler In Android

The JobScheduler API batches the similar work requests together and executes them based on available resources, specified condition, or interval. It improves the battery life and memory of the device because it has the ability to schedule background tasks with the tasks of other applications.

source https://www.c-sharpcorner.com/article/scheduling-jobs-with-jobschedular-in-android/

No comments:

Post a Comment