Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 571 Bytes

File metadata and controls

7 lines (4 loc) · 571 Bytes

Android Kotlin Demo 2 Work Manager Periodic Work Request

A PeriodicWorkRequest is a specific type of work request in WorkManager that allows you to schedule a task to be repeated at fixed intervals. It's useful for executing tasks that need to occur periodically, such as syncing data with a server or performing regular maintenance tasks.


Vaibhav Mojidra - 1.jpeg