🌎 Community-curated list of tech conference talks, videos, slides and the like — from all around the world

🎤

There's been attempts to circumvent these issues with AsyncTask (no comment), Futures (from JDK, Guava, and more), Tasks API (from Google Play Services), reactive programming (e.g. RxJava used for threading and callbacks), and none solves all the issues mentioned above.Kotlin coroutines are changing the game with an implementation of the nearly 60 years old concept that brings back the simplicity of blocking code, without the blocking issue.In this talk, you'll see how any waiting or blocking code can be made easier to write and read.You'll learn how to use kotlinx.coroutines correctly in Android, and peek at how it all works.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.