Introduction to Kotlin Flows and Channels
Summarizing the behaviors of using Kotlin flows (cold stream) and Kotlin channels (hot stream)
This is part of the asynchronous flow series:
- Part 1 — Exploring Android LiveData Usages and Behaviors
- Part 2 — Introduction to Kotlin Flows and Channels