codepath / android_guides

Extensive Open-Source Guides for Android Developers
guides.codepath.com
MIT License
28.3k stars 6.35k forks source link

Lollipop Job Scheduling #74

Open nesquena opened 9 years ago

nesquena commented 9 years ago

Guide on new lollipop job scheduler:

http://code.tutsplus.com/tutorials/using-the-jobscheduler-api-on-android-lollipop--cms-23562

rogerhu commented 7 years ago

See: https://speakerdeck.com/vrallev/scheduling-background-job-on-android-at-the-right-time-1

JobScheduler only works for API 21, GcmNetworkManager can only work with Play Services, AlarmManager ignores device state (battery life, WiFi connectivity)

rogerhu commented 7 years ago

Adding https://github.com/firebase/firebase-jobdispatcher-android to the list too.

nesquena commented 7 years ago

and/or https://github.com/evernote/android-job