Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin-flow

How to send Kotlin Flow events into existing Flow stream via combine?

java.lang.IllegalStateException: 'awaitClose { yourCallbackOrListener.cancel() }' should be used in the end of callbackFlow block

Difference between buffers in Kotlin flow

Collecting StateFlow in compose as lifecycle aware first emit initial value then the original value

Optimal way to collect many flows which represents Ui state in Jetpack Compose

Is lifecycleScope.launchWhenStarted safe or not ? If it is not safe, for what case?

TimeoutCancellationException when running tests for a Retrofit coroutine in a Kotlin flow

Android: collecting a Kotlin Flow inside another not emitting

android kotlin kotlin-flow

What's the difference between flow and channelFlow?

Android LiveData/StateFlow List Item Property Update Issue

Exposing suspend function vs exposing flow

kotlin flow onEach not being triggered

Combine two kotlin flows into a single flow that emits the latest value from the two original flows?

Kotlin - MutableStateFlow Emmision is Never Received

Update Entity in room as isCompleted and get all data using Flow problem

Kotlin Flow "First Offline" approach [closed]

Detected use of different schedulers when testing with coroutines

Deliver the first item as soon as it comes, debounce the following items