Best example to demonstrate Android workmanager and its working with Kotlin
-
Updated
Apr 21, 2020 - Kotlin
Best example to demonstrate Android workmanager and its working with Kotlin
sample Android app showing the use of WorkManager to download an image and applying a filter on top of that
The application launches dex files downloaded from the server
WorkManager lecture for Android 12 Bootcamp
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.
India Covid-19 Tracker with StateWise Data
Asteroid Radar App for Advanced Android Developer Kotlin Nanodegree by Udacity
dynamic project showcasing MVVM, Retrofit, WorkManager, ForegroundService, and Coroutines. We fetch real-time API data every 10 seconds.
Scheduling Tasks With Android WorkManager
The Kerala AI Camera Tracker is a mobile application designed to help users track AI cameras placed on roads in Kerala
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.
Weather App test for android developer position at TopUpMama
DevByte Viewer is an example app that showcases using Room and a Repository to create an offline cache. In addition, it also covers how to use WorkManager for scheduling periodic work. It's used to set up a daily background data sync.
A simple demo app which explains how workmanager in android works.
This is my app that has been built using clean architecture and the MVVM design pattern. It queries the TMDB API to consume the data and display to the user.
An Android application displaying cryptocurrency price information using bitstamp API - Zappos intern challenge
Note-taking app for Android written in Kotlin
Example using Kotlin, MVVM, AndroidX, Coroutines, LiveData, Navigation, View Binding, Bottom Navigation, Fused Location, Koin, Room, WorkManager, Retrofit, Mockk
Creates Reminder using work manager to save its request
Add a description, image, and links to the workmanager-kotlin topic page so that developers can more easily learn about it.
To associate your repository with the workmanager-kotlin topic, visit your repo's landing page and select "manage topics."