Search code examples
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
How to properly access UI state from ViewModel in onCreate() method so that UI is updated automatica...

androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
Hilt Navigation Compose and ViewModel...

androidkotlinandroid-viewmodeldagger-hiltandroid-jetpack-compose-navigation

Read More
androidx.lifecycle:lifecycle.viewmodel.compose vs androidx.hilt:hilt.navigation.compose...

androidandroid-jetpack-composeandroid-viewmodeldagger-hilt

Read More
How to use view model to fetch multiple data at same time in Android?...

androidkotlinandroid-viewmodel

Read More
Failed to resolve: androidx.lifecycle:lifecycle-extensions-ktx:2.0.0-alpha1...

androidkotlinandroid-architecture-componentsandroid-viewmodelandroid-livedata

Read More
Collecting Flows in the ViewModel...

kotlinandroid-jetpack-composeandroid-viewmodel

Read More
How to create different viewmodel instance for fragments in viewpager scoped to parent fragment with...

androidandroid-fragmentsviewmodelandroid-viewmodeldagger-hilt

Read More
How can I make the parameters of a uiState persist when turning the screen in Kotlin?...

kotlinandroid-jetpack-composeandroid-roomandroid-viewmodeldagger-hilt

Read More
Method in Kotlin Multiplatform ViewModel is not being called from Compose screen...

androidkotlinandroid-jetpack-composeandroid-viewmodelkotlin-multiplatform

Read More
Jetpack Compose: Should I pass ViewModel down the component tree or use callbacks?...

androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
Global ViewModel in Jetpack Compose...

androidandroid-jetpack-composeandroid-viewmodeldagger-hilt

Read More
viewModels not found in jetpack compose...

androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
viewModel on Kotlin Multiplatform?...

kotlinviewmodelandroid-viewmodelkotlin-multiplatformcompose-multiplatform

Read More
by lazy {} causing a cast exception in production / hashmap loosing values after assigning...

androidkotlinandroid-viewmodeluse-case

Read More
How to get preview in composable functions that depend on a view model?...

androidandroid-jetpack-composeandroid-viewmodel

Read More
How to cache room data in View Model?...

androidkotlinandroid-viewmodel

Read More
Storing current data...

androidkotlinviewmodelandroid-viewmodel

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

androidkotlinandroid-viewmodelkotlin-flowkotlin-stateflow

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

androidkotlinandroid-jetpack-composeandroid-viewmodelkotlin-stateflow

Read More
Koin 2.2.1 : I cannot use "by viewModel" in Activity...

androidandroid-studiokotlinandroid-viewmodelkoin

Read More
How to update UI in Jetpack Compose from ViewModel UIState based on two values?...

androidandroid-jetpack-composeandroid-viewmodel

Read More
Sharing viewModel within Jetpack Compose Navigation...

android-jetpack-composeandroid-viewmodelandroid-jetpack-navigation

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

androidkotlinandroid-jetpack-composeandroid-viewmodelmutablestateflow

Read More
BackNext