Hey everyone,
Just published a long-form video and article on Kotlin Flows:
video:
https://youtu.be/p6SagGRLYaE▾
article: https://blog.rockthejvm.com/kotlin-flows/ by @Riccardo Cardin
In this piece, we cover
• why we use or need Flows
• various ways to build Flows
• Flow lifecycle
• Error handling within and outside Flows
• how Flows work with coroutines
• merging and other concurrent Flow transformers
• the difference between "hot" and "cold" data structures
Please enjoy!