workmanager-architecturecomponent
There are 44 repositories under workmanager-architecturecomponent topic.
avidraghav/SpaceDawn
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
iFr0z/WorkManagerNotification
This example shows how to set notification for a specific date and time with WorkManager
alirezaeiii/TVMaze-Cache
A sample using Kotlin, MVVM, Koin, Coroutines, StateFlow, Room, WorkManager, Retrofit, DataBinding and Unit test which showcase Transform animation between two Views in Activities.
krunalpatel3/Location-background-Example
Get Location from Background in android older and higher version.
10zgurr/NotificationMan
Firing Scheduled Notifications
ersiver/WeatherChecker
Android Weather app developed in Kotlin with use of Android Architecture Components, Coroutines, Retrofit, Moshi.
alirezaeiii/News-Cache
A sample to showcase Kotlin, MVVM, Navigation, Coroutines, Room, WorkManager, Retrofit and DataBinding.
manoj-mili/workmanager-notification
Simple app which demonstrates workmanager and pending notification
rafsanahmad/Android-WorkManager-Sample
An example app to demonstrate Android WorkManager Jetpack Component.
KaushalVasava/Task-App
It is a to-do list application using Navigation components, MVVM, Coroutines, Room database and dependency injection using dagger-hilt.
phoenix-254/ILoveZappos
An Android application displaying cryptocurrency price information using bitstamp API - Zappos intern challenge
Aish05/workmanager-periodic-run-demo
This repo shows a demonstration of how to run work manager in periodic interval
shadabsheikh51024225/RoomViewModelLiveDataRecyclerView
a simple app on the basis of MVVM using Room, Recycler view, Card view, View model, LiveData, Work manager, Custom adapters, and animations.
uditbhaskar/Work-Manager-Notification-Manager-Example
Example of an Android app implementing Android jetpack work manager & notification manager.
bgmylc/AD12Bootcamp-WorkManager
WorkManager lecture for Android 12 Bootcamp
mobiledevpro/Android-WorkManager-Demo
Demo app using WorkManager API. Support Android 6 - 11. Official doc https://developer.android.com/topic/libraries/architecture/workmanager
mwshubham/WorkManagerDemo
WorkManager Demo (Chaining workers, applying constraints, observing state via Live Data)
nikeight/Quoty
A simple Android App to demonstrate the use of important components like Retrofit, Room DB, Hilt, StateFlows etc by following the MVVM architecture.
RahulSinghRawatDev/WorkManagerKotlinSample
Best example to demonstrate Android workmanager and its working with Kotlin
krunalpatel3/Daily-Logout
Daily Auto Logout using WorkManager in android example.
krunalpatel3/WorkManager-Daily-Task-Example
Daily auto logout in android.
singhgeetgovind/Notes
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
abdelmalek-roshdi/Covid-19tracker
A COVID19 Tracker App that hepls you to keep track of casses around the globe and subscribe to sepcific countries to get notified
khadkarajesh/asteroid-radars
Udacity Mentorship Project
S-H-U-R-A/BackGroundCodelab-Use-WorkManager-Worker-WorkRequest-ViewModel-Livedata-Localnotify-FileSystem-Uri
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.
S-H-U-R-A/WaterMeCodelab-Use-WorkManager-LocalNotification-ViewModel-LiveData-Databinding-RecycleView-ListAdap
CodeLab final de WorkManager, se aprende a usar tareas programadas para mandar una notificación y transformación de la opcacidad de una imágen.
santosh-kumar-kaushal/EasyWorkManager
BackGround guaranteed task completion with easy workmanager library.
shivaprasad-bhat/work-manager-android
Application that uses Android Jetpack's WorkManager to send periodic notification
thakurmayur/TrenDroid
An Android project to show trending repositories of Android from GitHub using Android architecture components.
AnandSuthar99/WorkManagerDemo
Jetpack Architecture Component: WorkManager Demo
Dmytro-Pashko/FastRent
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.
anilkr1997/Workmanagerexamplejava
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.
Mudasir8224/workmanager-demo
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.
VaibhavMojidra/Android-Java---Demo-Work-Manager-Periodic-Request
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.