Questions tagged [android-jobscheduler]

Use this tag for questions related to the Android JobSchedule API for scheduling various types of jobs against the framework that will be executed in your application's own process.

Android JobScheduler is an API for scheduling various types of jobs against the framework that will be executed in your application's own process.

see the documentation for more info:

Android JobScheduler reference

558 questions
-2
votes
1 answer

What is the difference between PowerManager and JobScheduler API in Android?

Hy everybody! What is the main difference between PowerManager and JobScheduler API in Android? Thanks for the answer.
greyline
  • 155
  • 9
-3
votes
1 answer

Daily firing a Job Schedule task using a Job Scheduler?

I am new to Android Job Scheduler, I want to run a task every day morning 9AM without using Alarm manager.
-3
votes
1 answer

I want to implement a Job Scheduler

I want to implement a Job Scheduler for the run a task for a given time and it should have an ability to set repeat period like every day, every week or every month. So how should I do it correctly?
1 2 3
37
38