Search code examples
Flow doesn't emit in test when using Dispatchers.Main.immediate (or viewModelScope) to change th...


kotlinkotlin-coroutineskotlin-stateflowkotlinx.coroutines.flow

Read More
Android Kotlin/Compose ViewModel - two SateFlows for two separate fucntions to one StateFlow for UI ...


androidkotlinmvvmandroid-viewmodelkotlin-stateflow

Read More
Kotlin Coroutines StateFlow not emitting identical values consecutively—How to force collection or w...


kotlinkotlin-coroutineskotlin-stateflow

Read More
Can't access MutableStateFlow value in activity...


androidkotlinkotlin-stateflow

Read More
How to update elements inside a MutableStateFlow and dynamically change the UI?...


androidkotlinkotlin-flowkotlin-stateflow

Read More
MutableMap State value not updated on the UI (Kotlin Jetpack Compose)...


androidkotlinandroid-jetpack-composekotlin-stateflowmutablemap

Read More
Attribute of an object is not updated when changing the state with StateFlow in Compose...


androiduser-interfaceandroid-jetpack-composeviewmodelkotlin-stateflow

Read More
Unit Testing StateFlow Created By StateIn...


androidjunit4kotlin-stateflowkotlin-statein

Read More
Android Jetpack Compose Room query depending on Flow...


androidandroid-jetpack-composeandroid-roomkotlin-stateflow

Read More
Unit Test a StateFlow from SnapshotFlow only emits initialValue...


kotlinandroid-jetpack-composekotlin-coroutineskotlin-flowkotlin-stateflow

Read More
combining multiple mutablestates...


android-jetpack-composekotlin-stateflowmutablestateof

Read More
Display dynamic list of items which are not saved in local room database...


androidkotlinandroid-jetpack-composekotlin-stateflow

Read More
Kotlin combine more than 2 flows...


androidkotlinkotlin-stateflow

Read More
StateFlow Doesn't Emit on Field Changes...


androidkotlinkotlin-coroutineskotlin-flowkotlin-stateflow

Read More
Android collectAsStateWithLifecycle() not collecting inside composable...


androidkotlinandroid-jetpack-composekotlin-stateflowcompose-recomposition

Read More
stateIn not able to collect the Result.Success state...


androidkotlinkotlin-flowkotlin-stateflow

Read More
Kotlin Flow: Handling state using SharedFlow and StateFlow...


kotlinkotlin-flowkotlin-stateflowkotlin-sharedflow

Read More
Automatically update a flow from a changes of another flow (StateFlow) Jetpack Compose...


androidandroid-jetpack-composekotlin-stateflow

Read More
Flow data is not showing in jetpack compose...


androidandroid-jetpack-composeandroid-mvvmkotlin-stateflow

Read More
MutableStateFlow events being overwritten...


androidkotlinkotlin-coroutineskotlin-stateflow

Read More
Collect from several stateflows...


androidkotlinkotlin-coroutineskotlin-stateflow

Read More
Prevent concurrent execution of part of two suspend functions...


androidkotlinkotlin-flowkotlin-stateflow

Read More
StateFlow Observer is being triggered Two Times - Is this a good solution?...


androidkotlinandroid-jetpack-composeandroid-roomkotlin-stateflow

Read More
Android MVI using StateFlow and paging 3...


androidkotlinandroid-paging-3kotlin-stateflow

Read More
How many Stateflows can I observe at one time?...


androidmultithreadingkotlinkotlin-coroutineskotlin-stateflow

Read More
Restore view state held by state flow...


androidkotlinandroid-viewmodelkotlin-stateflow

Read More
mutableState VS mutableStateFlow?...


androidandroid-jetpack-composekotlin-stateflow

Read More
How to print size of flow in kotlin...


kotlinkotlin-flowkotlin-stateflow

Read More
MutableStateFlow not working with MutableList...


androidreactive-programmingandroid-livedatakotlin-stateflow

Read More
Android StateFlow collection overrides UI changes...


androidkotlinkotlin-stateflow

Read More
BackNext