VaibhavMojidra / 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.

Home Page:https://vaibhavmojidra.github.io/site/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VaibhavMojidra/Android-Kotlin---Demo-2-Work-Manager-Periodic-Work-Request Stargazers