Skip to content

A sample app demonstrating multiple work request chain using CoroutineWorker

Notifications You must be signed in to change notification settings

chintanrparmar/FlowerDuet

Repository files navigation

FlowerDuet

A sample app demonstrating multiple work request chain using CoroutineWorker

You can Install the Sample app by clicking below button 👇

FlowerDuet App

About

The Flower Duet will load 2 images by 2 worker sequentially and then displaying them as images in Imageview.

Built With

  • Kotlin - First class and official programming language for Android development.
  • Coroutines - For asynchronous and more.. that sequentially emits values and completes normally or with an exception.
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • LiveData - Data objects that notify views when the underlying database changes.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • ViewBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
  • WorkManager - WorkManager is a library used to enqueue deferrable work that is guaranteed to execute sometime after its Constraints are met.
  • Coil-kt - An image loading library for Android backed by Kotlin Coroutines.

About

A sample app demonstrating multiple work request chain using CoroutineWorker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages