文件名称:Android代码-smart-scheduler-android
文件大小:123KB
文件格式:ZIP
更新时间:2022-08-25 22:38:49
Android代码
smart-scheduler-android Overview A utility library for Android to schedule one-time or periodic jobs while your app is running. Currently, Android OS supports 3 types of scheduling APIs: Handler, AlarmManager and JobScheduler. The choice of one suitable API, the inflexibility of switching between them and the amount of boilerplate code required for setting up makes it difficult to use these APIs. Want to know more on this and wondering why you should prefer using this library over doing
【文件预览】:
smart-scheduler-android-master
----gradlew(5KB)
----settings.gradle(52B)
----LICENSE.txt(1KB)
----smart-scheduler-demo()
--------src()
--------.gitignore(7B)
--------build.gradle(712B)
--------proguard-rules.pro(664B)
----smart-scheduler()
--------src()
--------gradle.properties(81B)
--------.gitignore(7B)
--------build.gradle(3KB)
--------proguard-rules.pro(664B)
----.travis.yml(2KB)
----gradle()
--------wrapper()
----README.md(7KB)
----gradlew.bat(2KB)
----gradle.properties(855B)
----.gitignore(1KB)
----build.gradle(909B)