Skip to content
#

workmanager-architecturecomponent

Here are 44 public repositories matching this topic...

Space Dawn is a demo app built to demonstrate the use of Mutli-Module Clean MVVM Architecture with Jetpack Compose by following Material-3 guidelines along with other MAD libraries such as Dagger-Hilt, Room Database, Coroutines, Navigation, WorkManager etc. for building Android Apps

  • Updated May 25, 2024
  • Kotlin

Notes app Built for native Android App with best practices followed MVVM architecture & Room DB along with that Work Manger,AlarmManager & BroadcastReceiver is also used. AlarmManager is used to alert the user to remind their task. WorkManager will operate in the background to update the local db once the reminder is sent to the user

  • Updated Jan 28, 2024
  • 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

CodeLab sobre Work Manager Básico, se envian notificaciones locales creando un channel, Además se crea carpetas, archivos usando File() y se recuperan usando contentresolver de Application.

  • Updated Mar 16, 2023
  • Kotlin

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 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

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