Search code examples
How to pass runtime parameters to a ViewModel's constructor when using Hilt for dependency injec...


androidandroid-fragmentsdependency-injectionandroid-viewmodeldagger-hilt

Read More
Use viewLifecycleOwner as the LifecycleOwner...


androidandroid-fragmentsandroid-livedataandroid-viewmodel

Read More
Should I always initialize a viewmodel at the start?...


androidkotlinandroid-jetpack-composeviewmodelandroid-viewmodel

Read More
Android: Filter CardViews in RecyclerView List with Room DAO...


enumsandroid-roomandroid-livedatalong-integerandroid-viewmodel

Read More
How i persist email after navigating from current page and returning back?...


android-jetpack-composeandroid-viewmodeljetpack-compose-navigationandroid-savedstate

Read More
What is better to update a view model's MutableStateFlow, _uiState.update{} or _uiState.value = ...


androidkotlinandroid-jetpack-composeandroid-viewmodelmutablestateflow

Read More
viewModelScope not working after Composable is revisited using Navigation in Jetpack Compose...


androidandroid-jetpack-composekotlin-coroutinesandroid-viewmodel

Read More
How to implement bidirectional syncing of text field input between a view model and a composable?...


androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
Why does gathering the app list from PackageManager & tapping any one cause the UI to freeze?...


androidkotlinandroid-jetpack-composeandroid-contextandroid-viewmodel

Read More
viewModel on Kotlin Multiplatform?...


kotlinviewmodelandroid-viewmodelkotlin-multiplatformcompose-multiplatform

Read More
Sharing viewModel within Jetpack Compose Navigation...


android-jetpack-composeandroid-viewmodelandroid-jetpack-navigation

Read More
Retrofit2 function call fails in viewModelScope but not in lifecycleScope...


androidkotlinretrofit2android-viewmodel

Read More
rememberTextFieldState vs. MutableStateFlow?...


androidkotlinandroid-jetpack-composeandroid-viewmodelandroid-jetpack-compose-material3

Read More
What/Where is the best way to handle with states on Jetpack Compose?...


androidkotlinandroid-jetpack-composeandroid-viewmodelcompose-recomposition

Read More
Does the input of a TextField in a ViewModel architecture belong to the UI State object?...


androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
Trigger kotlin flow again on pull-to-refresh...


androidkotlinandroid-viewmodelkotlin-flow

Read More
Share viewmodel from activity to compose function using hilt...


androidandroid-jetpack-composeandroid-viewmodeldagger-hiltjetpack-compose-navigation

Read More
Best practice for testing the initial state of a ViewMode with Turbine...


androidkotlinunit-testingandroid-viewmodelturbine

Read More
Resetting LiveData after consumption in Android ViewModel...


androidkotlinandroid-livedataandroid-viewmodelandroid-mvvm

Read More
AndroidViewModel vs ViewModel...


androidmvvmviewmodelandroid-architecture-componentsandroid-viewmodel

Read More
Unit test the new Kotlin coroutine StateFlow...


androidkotlinkotlin-coroutinesandroid-viewmodelkotlin-flow

Read More
Livedata with Viewpager2-Fragments...


androidandroid-fragmentsandroid-livedataandroid-viewmodelandroid-viewpager2

Read More
why is my ViewModel not destroyed when i navigate back from a screen in kotlin multiplatform?...


kotlin-multiplatformandroid-viewmodelkoin

Read More
LaunchedEffect executing everytime...


androidandroid-jetpack-composeandroid-viewmodel

Read More
Is onCleared guarranteed to be called on a ViewModel in android?...


androidviewmodelandroid-lifecycleandroid-viewmodel

Read More
How to correctly display a list from a view model StateFlow in a composable?...


androidkotlinandroid-jetpack-composeandroid-viewmodelkotlin-stateflow

Read More
ArrayList is not stored in SavedStateHandle...


androidandroid-viewmodel

Read More
Hilt Dependency Injection Issue: Cannot Find Symbol 'PlayerViewModel_HiltModules_BindsModule_Bin...


androidkotlindependency-injectionandroid-viewmodeldagger-hilt

Read More
Android Jetpack Compose call view-model function only once...


androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
how to get viewModel by viewModels? (fragment-ktx)...


androidandroidxandroid-jetpackkotlin-android-extensionsandroid-viewmodel

Read More
BackNext