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

🎤

Android application development is inherently asynchronous. Even the simplest Android application requires the developer to track asynchronous callbacks of the activity, often leading to the infamous callback hell. In this talk, we will have a look at the latest addition to the solutions for dealing with asynchronous programming on Android; Kotlin Coroutines. We'll learn about what coroutines are, how they differ from other models and how to use it with Kotlin on Android.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.