Deep Dive into Kotlin Flow
DRANK

My presentation at DroidKaigi 2025 I had shared the Flow basis, 5 key perspective, 5 Flow operators a…

speakerdeck.com
Related Topics: Kotlin
2 comments
  • I fixed a few typos and a mistake in P29. MutableSharedFlow(replay = 0) has a conditional backpressure strategy, sorry!

    typoをいくつか直したのと、P29のスライド記載ミスを修正しました。MutableSharedFlowがreply = 0のときの挙動、が正しいです。すみません!