Using Job Scheduler in Android API <21

后端 未结 7 1946
臣服心动
臣服心动 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条回答
  •  天命终不由人
    2020-12-13 06:55

    Refer this link about Android N Preview API Overview.

    GCMNetworkManager, part of Google Play Services, which offers similar job scheduling with compatibility across legacy versions of Android.

提交回复
热议问题