There are 0 repository under workmanager-architecturecomponent 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
This example shows how to set notification for a specific date and time with WorkManager
A sample using Kotlin, MVVM, Koin, Coroutines, StateFlow, Room, WorkManager, Retrofit, DataBinding and Unit test which showcases Transform animation between two Views in Activities.
Get Location from Background in android older and higher version.
Firing Scheduled Notifications
Android Weather app developed in Kotlin with use of Android Architecture Components, Coroutines, Retrofit, Moshi.
A sample using Kotlin, MVVM, Navigation, Coroutines, Room, WorkManager, Retrofit and DataBinding which showcases offline-first in Android.
Simple app which demonstrates workmanager and pending notification
An example app to demonstrate Android WorkManager Jetpack Component.
It is a to-do list application using Navigation components, MVVM, Coroutines, Room database and dependency injection using dagger-hilt.
An Android application displaying cryptocurrency price information using bitstamp API - Zappos intern challenge
This repo shows a demonstration of how to run work manager in periodic interval
a simple app on the basis of MVVM using Room, Recycler view, Card view, View model, LiveData, Work manager, Custom adapters, and animations.
Example of an Android app implementing Android jetpack work manager & notification manager.
WorkManager lecture for Android 12 Bootcamp
Demo app using WorkManager API. Support Android 6 - 11. Official doc https://developer.android.com/topic/libraries/architecture/workmanager
WorkManager Demo (Chaining workers, applying constraints, observing state via Live Data)
A simple Android App to demonstrate the use of important components like Retrofit, Room DB, Hilt, StateFlows etc by following the MVVM architecture.
Best example to demonstrate Android workmanager and its working with Kotlin
Daily Auto Logout using WorkManager in android example.
Daily auto logout in android.
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
A COVID19 Tracker App that hepls you to keep track of casses around the globe and subscribe to sepcific countries to get notified
Udacity Mentorship Project
BackGround guaranteed task completion with easy workmanager library.
Application that uses Android Jetpack's WorkManager to send periodic notification
An Android project to show trending repositories of Android from GitHub using Android architecture components.
Jetpack Architecture Component: WorkManager Demo
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.
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.
WorkManager is an API that makes it easy to schedule reliable, asynchronous tasks that are expected to run even if the app exits or the device restarts.
It's a simple Android Task Reminder App that is capeble to creat the remider depeans on the date and time. And it has also capebalility to remind user about his scheduled tasks and at the given time the usr can the notification at exact time.
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.