https://github.com/bharathvishal/coroutine-as-asynctask
An example project that shows a coroutine implementation similar to an async task. Project made with Jetpack Compose and serves as a sample implementation for Jetpack Compose Material 3.0 UI.
https://github.com/bharathvishal/coroutine-as-asynctask
android android-application android-studio androidapp androidimplementation androidnative androidproject appsample asynctask compose coroutine coroutines-android jetpack jetpack-compose kotlin material-ui material3 materialdesign samplecode
Last synced: 5 months ago
JSON representation
An example project that shows a coroutine implementation similar to an async task. Project made with Jetpack Compose and serves as a sample implementation for Jetpack Compose Material 3.0 UI.
- Host: GitHub
- URL: https://github.com/bharathvishal/coroutine-as-asynctask
- Owner: BharathVishal
- License: apache-2.0
- Created: 2022-08-11T15:51:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-09T10:48:23.000Z (11 months ago)
- Last Synced: 2025-07-09T11:53:19.276Z (11 months ago)
- Topics: android, android-application, android-studio, androidapp, androidimplementation, androidnative, androidproject, appsample, asynctask, compose, coroutine, coroutines-android, jetpack, jetpack-compose, kotlin, material-ui, material3, materialdesign, samplecode
- Language: Kotlin
- Homepage:
- Size: 436 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 :

### Screenshots :


### Year developed :
2022
### SDK Info :
Min SDK : 23 | Target SDK : 36 | Gradle : 8.13.2 | Kotlin | Jetpack Compose
### Android Studio Version :
Android Studio Otter 2 Feature Drop | 2025.2.2 Patch 1
#### License :
[Apache License 2.0](https://github.com/BharathVishal/Coroutine-As-AsyncTask/blob/main/LICENSE)
####
Android is a trademark of Google LLC.
© 2022-2026. Developed by Bharath Vishal G (https://github.com/BharathVishal).
Thank you. :slightly_smiling_face: