workmanager-kotlin
There are 159 repositories under workmanager-kotlin topic.
PatilShreyas/Covid19-Notifier-IN
A sample Android App which notifies about COVID19 cases in ๐ฎ๐ณIndia after every 1 hour.
HariKulhari06/Covid-19-Tracker
Android app to track COVID-19 cases in India and globally.
HaythemMejerbi/Blogfy
๐ท Blog taking application utilizing Ktor REST-API and following modern practices: Kotlin, Coroutines, Flows, Channels, Room, Work Manager, Navigation Component, MVI, Clean Architecture, Modularization, Dagger Hilt, Tests...
mars-amn/Social-Note
Social Note - Note-taking, sharing, time & location reminder
brandyodhiambo/Quench
Quench is a water reminder App designed with one primary goal in mind, to help users stay adequately hydrated throughout their day.
evilthreads669966/BootLaces
A Kotlin work manager library for Android with progress notifications and Hilt support.
AmeenAhmed1/WorkManagerExample
WorkManager use-case Example. Worker constrains. Single worker [OneTime or Periodic]. Single worker with Retry-BackOff Criteria. Complex workers use-case [Single Chain, Group Chain and, Multiple Chain].
srinurp/workmanager
Scheduling background tasks without worrying about device compatibility using android WorkManager
atahabaki/wordbook-android
An android app for linguists...
meh430/RWalls
Another Reddit wallpaper app for Android. Uses Jetpack Compose
AlbertShen0211/Android-architecture-components
Android architecture components
Astroa7m/RemoteWidget
Schedule image downloading/displaying in Glance widget with WorkManager API
10zgurr/NotificationMan
Firing Scheduled Notifications
AlinaStepanova/MovieFinder
RecyclerView, MVVM, Repository, Dagger2, RXJava2, Room, Retrofit2, Work Manager, LiveData, Navigation, Paging, Data Binding, Picasso.
mustfaunlu/intern-ecommerce
An internship project at Turkcell, showcasing modern Android development tools and MVVM + Clean Arch. This E-commerce App employs cutting-edge technologies, common libraries, Firebase technologies, Kotlin, and Android Architecture Components.
suveybesena/HealthyVita-ChatApp
A doctor-patient forum where you can chat, video call, talk about health.
yagmurerdogan/Jetpack-Masterclass
๐ง๐ปโ๐ป Android 11 Jetpack Masterclass Udemy Course by Denis Panjuta
RamziJabali/just-jog-android
Android jog tracking application.
AndroidEngineers/projects_by_community
A Curated List of Projects by Android Engineers Community
subhajit4980/HealthyMode
It is a Daily life Health Tracking APP. Where You can track your step,water Intake, calorie taken and burn . Also you have track your daily meals .
mRahulJain/Todo-Notes_App_Android
An android app for storing your todos and notes. Also there's an alarm feature for your todos.
naufalprakoso/Android-Work-Manager
๐ท๐ปโโ๏ธ Sample Custom Android Work Manager
devrath/ubiquitous-downloadmanager
๐ ๐๐๐๐ ๐๐๐๐๐๐๐๐๐๐ข ๐๐๐๐๐๐๐๐ ๐๐๐ ๐๐๐๐ ๐๐๐๐๐๐ ๐๐ ๐๐๐ ๐๐ ๐๐๐ ๐ณ๐๐ ๐๐๐๐๐ ๐ผ๐๐๐๐๐๐ ๐๐ ๐๐๐ ๐๐๐๐๐ ๐ ๐๐๐๐ ๐๐๐๐ ๐ ๐๐๐๐๐๐.
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.
AkkshayDhaamankar/OfflineFirstAppMechanism
Developed offline first app mechanism using android architecture(Room, WorkManager, Navigation, View Binding, View Model,etc), Dagger-Hilt, Firestore Cloud DB, Coroutines, Clean Architecture using MVVM, Multi-Module Setup and foundation(Android KTX) components.
ansh94/Newscom
A simple and easy to use news app written entirely in Kotlin using Android Jetpack libraries
ezatpanah/Workmanager-Youtube
how to use work manager in Kotlin
bosankus/Ahead
Ahead - Easy project management app with multiple people. Download app: https://play.google.com/store/apps/details?id=tech.androidplay.sonali.todo
brandyodhiambo/MyNoteApp
A simple application that saves notes localy and provided there is network your notes are synced periodically to firebase firestore
Athenriel/MyApplication
Example using Kotlin, MVVM, AndroidX, Coroutines, LiveData, Navigation, View Binding, Bottom Navigation, Fused Location, Koin, Room, WorkManager, Retrofit, Mockk
phoenix-254/ILoveZappos
An Android application displaying cryptocurrency price information using bitstamp API - Zappos intern challenge
rameshvoltella/KeralaAICameraTracker
The Kerala AI Camera Tracker is a mobile application designed to help users track AI cameras placed on roads in Kerala
akshay2211/UserList
Android Application sample in Compose which follows SSOT concept and demonstrate the power of Paging
JustAmalll/WorkManagerPractice
Work Manager is used to schedule tasks that need to be executed reliably. So even if the device is relaunched, your tasks will be executed at the given time if your specified constraints are satisfied.