Search code examples
Change MutableStateFlow after dependent parameter initialization...


androidkotlinkotlin-stateflow

Read More
Is StateFlow usable with Room? If yes, how?...


kotlinandroid-roomkotlin-coroutineskotlin-stateflow

Read More
Composable isn't updating when I change input to the Room using StateFlow and collectAsStateWith...


androidandroid-jetpack-composeandroid-roomkotlin-stateflow

Read More
State flow doesn't emit new value when sorting a Map...


androidkotlincollectionsandroid-jetpack-composekotlin-stateflow

Read More
Separate instance of classes calling Composable function...


android-jetpack-composekotlin-stateflowcomposable

Read More
Why is initialValue needed in collectAsStateWithLifecycle for StateFlow?...


androidkotlinandroid-jetpack-composeviewmodelkotlin-stateflow

Read More
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
BackNext