Search code examples
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
Controlling navigation from viewmodel...


androidandroid-jetpack-composeandroid-viewmodelandroid-navigation

Read More
Android Studio - Jetpack Compose Kotlin circular scroller input time selection...


androidkotlinandroid-jetpack-composeandroid-viewmodelcomposable

Read More
ViewModel in DialogFragment...


javaandroidandroid-roomandroid-livedataandroid-viewmodel

Read More
how to pass viewModel as parameter in NavHost compose navigation...


androidandroid-studioandroid-jetpack-composeandroid-viewmodelandroid-navigation

Read More
How do I create an instance of a view model with input parameters...


android-jetpack-composeviewmodelandroid-viewmodel

Read More
How to inject a ViewModel object in composable functions?...


androidkotlinandroid-jetpack-composeandroid-viewmodeldagger-hilt

Read More
Android: How to Enforce new VM creation using viewModel function?...


androidkotlinmvvmandroid-jetpack-composeandroid-viewmodel

Read More
Android development - Room, LiveData, Repository and ViewModel...


androidandroid-roomandroid-livedataandroid-viewmodel

Read More
BackNext