Part 2 – Kotlin Flows on Android
In this part, we will learn how to fetch data using Kotlin Flows. We will also discuss how to combine flows, handle cancelations and exceptions, and create tests for them.
This section comprises the following chapters:
- Chapter 5, Using Kotlin Flows
- Chapter 6, Handling Flow Cancelations and Exceptions
- Chapter 7, Testing Kotlin Flows