文件名称:Android代码-android-job
文件大小:293KB
文件格式:ZIP
更新时间:2022-08-26 01:42:28
Android代码
Android-Job A utility library for Android to run jobs delayed in the background. Depending on the Android version either the JobScheduler, GcmNetworkManager or AlarmManager is getting used. You can find out in this blog post or in these slides why you should prefer this library than each separate API. All features from Android Nougat are backward compatible. Download Download the latest version or grab via Gradle: dependencies { compile 'com.evernote:android-job:1.1.11' } If you didn't turn