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:...

Thursday, August 16, 2018

Monday, August 6, 2018

Sunday, July 15, 2018

Thursday, May 31, 2018

Android App Bundle for bigger size APK's

The new app publishing format, the Android App Bundle, is an improved way to package your app. The Android App Bundle lets you more easily deliver a great experience in a smaller app size, allowing for the huge variety of Android devices available today. You don’t need to refactor your code to start...