Search code examples
How to correctly display a list from a view model StateFlow in a composable?...

androidkotlinandroid-jetpack-composeandroid-viewmodelkotlin-stateflow

Read More
mutableState VS mutableStateFlow?...

androidandroid-jetpack-composekotlin-stateflow

Read More
Kotlin - why does my test on StateFlow return "stops by timeout"?...

kotlinkotlin-coroutineskotlin-stateflow

Read More
How to change the value of a repository Flow?...

androidkotlinandroid-jetpack-composekotlin-flowkotlin-stateflow

Read More
MutableStateFlow emission criteria explanation...

androidkotlinandroid-jetpack-composekotlin-stateflow

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

androidandroid-jetpack-composeandroid-roomkotlin-stateflow

Read More
Collecting a flow does not produce any update...

androidmobileandroid-jetpack-composereactive-programmingkotlin-stateflow

Read More
uiState doesn't update as expected...

androidkotlinandroid-viewmodelkotlin-flowkotlin-stateflow

Read More
Compose screen not recompositioning after state change...

androidkotlinandroid-jetpack-composekotlin-stateflowmutablestateflow

Read More
View not updating after update to viewModel...

androidkotlinandroid-jetpack-composeandroid-viewmodelkotlin-stateflow

Read More
How do I manage uiState for multiple sections?...

androidmvvmandroid-jetpack-composekotlin-coroutineskotlin-stateflow

Read More
collect flow doesn't receive value from repository/usecase in viewmodel - android coroutines...

androidkotlinkotlin-coroutineskotlin-flowkotlin-stateflow

Read More
How to stop the screen flicker/refresh for LazyVerticalgrid with pagination?...

androidkotlinpaginationandroid-jetpack-composekotlin-stateflow

Read More
How do I update the collection correctly to update StateFlow?...

androidkotlinandroid-jetpack-composekotlin-stateflow

Read More
Flow not observing changes in a variable...

androidkotlinandroid-jetpack-composekotlin-flowkotlin-stateflow

Read More
Best way to use ArrayList in in Kotlin/MVVM. StateFlow vs Flow vs suspend...

kotlinandroid-mvvmkotlin-stateflow

Read More
How to use material 3 (1.2.1) and asFlow?...

android-jetpack-compose-material3kotlin-stateflow

Read More
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
Android ViewModel MutableStateFlow Type Mismatch...

kotlinkotlin-stateflowmutablestateflow

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-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
StateFlow.collect callback not firing when my adapter changes...

androidkotlin-stateflow

Read More
BackNext