Search code examples
Why recomposition happens when call ViewModel in a callback?...

androidandroid-jetpack-composeviewmodelandroid-viewmodelcompose-recomposition

Read More
Jetpack Compose pass parameter to viewModel...

androidkotlinandroid-viewmodelandroid-jetpack-compose

Read More
Jetpack Compose: 'by viewModels()' vs 'viewModel<ViewModelName>()'...

androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
Java + Android Jetpack + Dagger 2 Inject in ViewModel...

javaandroiddagger-2android-viewmodel

Read More
Android Jetpack Compose: ViewModel state resetting on tab switch...

androidandroid-studioandroid-jetpack-composeandroid-lifecycleandroid-viewmodel

Read More
Avoid the same function being triggered repeatedly in the ViewModel when a Jetpack Compose view reco...

androidandroid-jetpack-composeandroid-viewmodel

Read More
How to sync ViewModel State with (room) db?...

androidandroid-jetpack-composeandroid-roomandroid-viewmodel

Read More
Runtime error while running my app IllegalArgumentException: No initializer set for given class...

androidkotlinruntime-errorandroid-appcompatandroid-viewmodel

Read More
Shared View Model in Android Not Seen by Child Fragment...

androidkotlinandroid-viewmodelmaster-detail

Read More
Jetpack Composable isn't updating(redrawing) after the viewModel is updated...

android-jetpack-composeandroid-viewmodel

Read More
Cannot create an instance of com.example.project.mainViewModel when using Jetpack Compose...

androidkotlinandroid-jetpack-composeviewmodelandroid-viewmodel

Read More
Dagger cycle dependency issue for ViewModelFactory and AndroidInjection...

androidandroid-viewmodeldagger

Read More
Fragment which is not in foreground is not getting updated while observing a state object in activit...

androidandroid-jetpack-composeandroid-viewmodelmutablestateof

Read More
unresolved reference hiltViewModel() despite dagger-hilt in build.gradle...

androidkotlinmvvmandroid-viewmodeldagger-hilt

Read More
How to use Hilt to inject a safe-args argument into a viewmodel?...

androiddependency-injectionandroid-viewmodelandroid-jetpack-navigationdagger-hilt

Read More
How do i properly initialize Room (AndroidViewModel)?...

androidandroid-roomandroid-viewmodel

Read More
Retrieving data by id from the card listed with Recyclerview...

androidandroid-recyclerviewandroid-viewmodel

Read More
How to test mutableStateFlow when previewing a composable?...

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

Read More
Is there a difference in creating viewmodel as default argument vs. inside composable body?...

androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
ViewModel and process death...

androidandroid-viewmodel

Read More
How to use ViewModel with Jetpack Compose?...

androidkotlinmvvmandroid-jetpack-composeandroid-viewmodel

Read More
LiveData prevent receive the last value when start observing...

androidandroid-livedataandroid-architecture-componentsandroid-viewmodelmutablelivedata

Read More
Dagger Hilt 'Assisted' and 'ViewModelInject' is deprecated. in Dagger Hilt View Mode...

androidandroid-viewmodeldagger-hilt

Read More
Refactoring. Loading data in RecyclerView with MutableState from ViewModel...

androidkotlinandroid-recyclerviewkotlin-coroutinesandroid-viewmodel

Read More
Problem with observing room database flows trough usecases...

androidmvvmandroid-roomandroid-viewmodelkotlin-flow

Read More
android keep tabs state on device rotation...

androidmvvmtabsandroid-viewmodel

Read More
Trying to understand ViewModels and Navigation with Jetpack Compose...

androidkotlinnavigationandroid-jetpack-composeandroid-viewmodel

Read More
Observing a variable's state within a ViewModel...

androidandroid-jetpack-composestateandroid-viewmodel

Read More
Mocking ViewModels for ui testing in Android...

androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
Android ViewModel MutableLiveData update multiple times...

androidandroid-fragmentsandroid-livedataandroid-viewmodelmutablelivedata

Read More
BackNext