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

MVVM Architecture || Beginners Guide || Android Coding

[et_pb_section admin_label=”section”][et_pb_row admin_label=”row”][et_pb_column type=”4_4″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”] MVVM (Model – View – ViewModel) is a architectural design pattern for software development. MVVM architecture in android provides a better way of dealing with the components by making them loosely coupled. In MVVM architecture every components has its own task to be furnished so … Read more

Show Buttons
Hide Buttons