A safer way to collect flows from Android UIs
Sep 24, 2022 · 3 min read · In an Android app, Kotlin flows are typically collected from the UI layer to display data updates on the screen. However, you want to collect these flows making sure you’re not doing more work than necessary, wasting resources (both CPU and memory) o...
Join discussion


