Skip to content
#

workmanager-architecturecomponent

Here are 9 public repositories matching this topic...

Language: Java
Filter by language

WorkManager is the recommended solution for persistent work. Work is persistent when it remains scheduled through app restarts and system reboots. Because most background processing is best accomplished through persistent work, WorkManager is the primary recommended API for background processing.

  • Updated Jul 16, 2021
  • Java

WorkManager is an Android library introduced by Google as part of the Android Jetpack architecture components. It provides a simple and flexible way to schedule and execute background tasks that need to run under various conditions, such as when the device is idle, charging, or connected to a network.

  • Updated Jul 6, 2023
  • Java

Improve this page

Add a description, image, and links to the workmanager-architecturecomponent topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the workmanager-architecturecomponent topic, visit your repo's landing page and select "manage topics."

Learn more