Skip to content
#

workmanager-architecturecomponent

Here are 44 public repositories matching this topic...

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

Open Source Android app with mocked functionality designed to demonstrate good and modern mobile app architecture. The project showcases a well-organized modular architecture that follows clean architecture principles.

  • Updated Feb 20, 2023
  • Kotlin

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