Learn how to use Kotlin coroutines

Kotlin coroutines allow you to simplify asynchronous programming in your Android app. Instead of having many callbacks in your code, you can write your code in a more sequential way. Check out the pathway to learn more about the benefits of coroutines. You will also get hands-on practice with integrating coroutines into sample apps for common use cases.

Start pathway