Using Job Scheduler in Android API <21

后端 未结 7 1955
臣服心动
臣服心动 2020-12-13 06:27

I was looking at a scheduling tutorial by Vogella. It mentions the Job Scheduler API that was introduced in API 21 of Android. My question is can it be implemented i

7条回答
  •  猫巷女王i
    2020-12-13 06:42

    There is a very nice and powerful job scheduler library from Evernote. It uses the best method on each SDK level and gives you one very clean and elegant interface to schedule and run jobs.

提交回复
热议问题