Simple introduction to the main coroutine concepts. This repository contains the sample project shown in the talk: Kotlin Coroutine, Threading Made Easy in Android at the Droidcon Americas. You can find the video of the talk in my blog euryperez.dev
The repository has 3 branches:
- Skeleton: Initial bootstrap of the project
- Callback: Finished project using the callback pattern
- Coroutines: Modified version of the callback branch using coroutines.
To follow the tutorial in the talk video, checkout to the callback branch and migrate the calls to coroutines.