Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin-flow

Flow<T>.distinctUntilChanged() is not working

Kotlin Flow - is it possible to add new values on demand

kotlin channel kotlin-flow

How to avoid default value in MutableStateFlow kotlin

Why does I'm not getting lifecycleScope in Java Android?

How to init a sealed-class in MutableStateFlow

Trigger kotlin flow again on pull-to-refresh

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