Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.38 KB

README.md

File metadata and controls

64 lines (39 loc) · 1.38 KB

Coroutine-As-AsyncTaskWithProgressBar

An example project that shows a coroutine implementation similar to an async task. Uses Jetpack Compose for UI. Allows easy migration of existing async tasks to Kotlin coroutines having a similar structure.

 

Usage:

  1. Open project and sync gradle.
  2. Modify the code to suit your needs.
  3. Watch out for more features.

 

Features :

  • Sample coroutine implementation of Async task.
  • Material design 3.0 with dynamic theming.
  • Uses Jetpack Compose.

 

Preview :

Preview

 

Screenshots :

Screenshot 1 Screenshot 2

 

Year developed :

2022

 

SDK Info :

Min SDK : 23 | Target SDK : 35 | Gradle : 8.6.0 | Kotlin | Jetpack Compose

 

Android Studio Version :

Android Studio Koala Feature Drop | 2024.1.2

 

License :

Apache License 2.0  

 

Android is a trademark of Google LLC.

   

© 2022-2024. Developed by Bharath Vishal G (https://github.com/BharathVishal).

Thank you. 🙂