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

Android tutorial on work manager || Background Services || OneTimeWorkRequest

OneTimeWorkRequest : Android Work Manager OneTimeWorkRequest is used to handle the background task which are deferable and asynchronously done. Deferable means task can be done later not immediately and should be guaranteed that the work is to be done under any circumstance. When the new versions of android operating system’s released to market they mainly … Read more

Show Buttons
Hide Buttons