Talks Coroutines

Android Coroutines - How to manage async tasks in Kotlin

State of coroutines on Android in 2020

Description

Take a good look at the current state of coroutines support in Android libraries and tools, explore some interesting and not-so-obvious edge cases when dealing with Kotlin code that includes coroutines and interop with Java, and briefly look at some new developments in Kotlin coroutines, namely StateFlow and its comparison with LiveData, and SharedFlow.

Resources