https://github.com/saranomy/democoroutines
Demo of how to use of Kotlin coroutines on Android
https://github.com/saranomy/democoroutines
android android-coroutines android-espresso coroutines-android
Last synced: about 1 month ago
JSON representation
Demo of how to use of Kotlin coroutines on Android
- Host: GitHub
- URL: https://github.com/saranomy/democoroutines
- Owner: Saranomy
- License: apache-2.0
- Created: 2020-08-24T23:34:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T00:16:08.000Z (almost 6 years ago)
- Last Synced: 2025-05-31T13:08:13.905Z (about 1 year ago)
- Topics: android, android-coroutines, android-espresso, coroutines-android
- Language: Kotlin
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo Coroutines
In this project, I provide an example of how to use coroutines in different dispatchers (Main, IO, and Default). The first textView is to show the current status. The second textView prints threads they are using while running those routines. I also include the instrumental test.

[Saranomy](https://twitter.com/Saranomy)