Friday, October 19, 2018

Wednesday, October 17, 2018

Saturday, October 13, 2018

Job Scheduler in Android API 21(5.0 Lolipop)

Currently, Android System has two main means to schedule tasks : AlarmManager JobScheduler API The latest apps should use the JobScheduler API. When the system is optimizing based on memory, power, connectivity conditions, APPs can still schedule jobs. JobScheduler always runs in main UI thread:...