Android Work manager tutorial || Background Services || Periodic Work Request

Android work manager : In continuation to the previous tutorial we are proceeding with android work manager – periodic work request, i.e., when ever we want to do a work at a periodic interval of time we use this type of work request. When the work request is initialised and assigned it will complete the … Read more

OneTimeWorkRequest : Mastering Android Work Manager

OneTimeWorkRequest : OneTimeWorkRequest is like a superhero for managing background tasks in Android apps. It’s great at handling tasks that can be done later and doesn’t mind waiting to get the job done, no matter what. When Android updates to a new version, they’re all about saving your phone’s battery. This affects how background services … Read more

Android tutorial on Alarm Manager || background task || alarm manager

  In this blog on android alarm manager we will see how a alarm manager works.Now in a series we are discussing about the background services the way we handle them in android from past few blogs. Let us go through android alarm manager  in now in general we know that alarm is a task … Read more

Android Staggered GridView Tutorial || Staggered Grid Example

  Android Staggered GridView Tutorial will guide you through a detailed explanation of how and why images in the various social networking apps are shown in a new style. If you are new to this terminology here a small introduction for you Android Staggered Gridview is a way of displaying image in a different style … Read more

Show Buttons
Hide Buttons