/JobSchedulerDemo

This project demonstrates the concept of Job Scheduler in android.It allows us to set the condition on the basis of which task will be executed.Given these conditions, the JobScheduler calculates the best time to schedule the execution of the job.The task to be run is implemented as a JobService subclass and executed according to the specified constraints.To use the JobScheduler, you need two parts: JobService and JobInfo.JobInfo is a set of conditions that will trigger the job to run.JobService implements the job to run under the conditions specified by JobInfo.

Primary LanguageJava

Stargazers

No one’s star this repository yet.