Part 1 – Kotlin Coroutines on Android
In this part, we will introduce the concept of asynchronous programming and discuss the new and recommended way to do it with Coroutines. We’ll learn how to create coroutines, handle cancelations and exceptions, and test them.
This section comprises the following chapters:
- Chapter 1, Introduction to Asynchronous Programming in Android
- Chapter 2, Understanding Kotlin Coroutines
- Chapter 3, Handling Coroutine Cancelations and Exceptions
- Chapter 4, Testing Kotlin Coroutines