top of page
Go with the Flow
Kotlin Flow is an implementation of Reactive Stream specification made on top of coroutines for Kotlin.
In this talk, we will look at Kotlin Flow, it's internals, how to use it with on Android or any other platforms, and share how you can migrate to Flow
Agenda
- Quick intro to Flow
- Internals of Kotlin Flow
- Using Flow on Android and other platforms
- Why and how to migrate
- Working with existing reactive streams ❤ Flow in single codebase
- Effectively using Flows with Compose
- Magic of multi-platform
- Tests
- Conclusion
You’ll walk away with a clear idea of what Kotlin Flow and how it works internally and how you can level up your reactive game
bottom of page