An open API service indexing awesome lists of open source software.

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

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)