Kotlin Flow (part 1)
Sep 15, 2025 · 2 min read · 💡 This one is on flows, emit() and collect() Flow → is a corountine-based concept. The entirety of which provides a way of writing code that doesn’t block your app - asynchronous code. Flow → comes in when working with data that comes in gradual...
Join discussion




