Search code examples
How to add data to List in MutableLiveData?...


androidkotlinandroid-viewmodel

Read More
Is there a way to pass an argument from NavHostController to ViewModel?...


android-viewmodeldagger-hiltandroid-jetpack-navigation

Read More
How to use one ViewModelFactory to provide for all ViewModels with Dagger...


androidandroid-viewmodeldagger

Read More
Scoping States in Jetpack Compose...


androidandroid-viewmodelandroid-navigationandroid-jetpack-compose

Read More
ViewModel does not get updated in the layout when setters are called from method other than onCreate...


androidandroid-viewmodelandroid-mvvm

Read More
Cannot Obeserve LiveData...


androidkotlinviewmodelandroid-livedataandroid-viewmodel

Read More
Kotlin CoroutineScope initialization depending upon CoroutineContext with custom getter...


androidkotlinkotlin-coroutinesandroid-viewmodelcoroutinescope

Read More
Send specific request multiple times with different parameters using Retrofit & RxJava...


javaandroidretrofit2rx-java2android-viewmodel

Read More
Configuration Changes Not Save App State MVVM...


androidkotlinmvvmandroid-viewmodelviewmodel-savedstate

Read More
ProgressBar not showing and observing in MVVM pattern...


androidkotlinmvvmandroid-viewmodel

Read More
save instance state in AndroidViewModel...


androidandroid-viewmodelandroid-mvvm

Read More
Difference between abstract class BaseVMActivity<VM : ViewModel, B : ViewBinding> and abstract...


androidandroid-studiokotlinbindingandroid-viewmodel

Read More
Android: One ViewModel for multiple Fragments possible?...


androidandroid-fragmentsandroid-viewmodel

Read More
Android Architecture Components: Multiple instances of the same view model...


androidandroid-architecture-componentsandroid-viewmodel

Read More
Scoping a viewmodel to multiple fragments (not activity) using the navigation component...


androidandroid-fragmentsandroid-jetpackandroid-viewmodelandroid-jetpack-navigation

Read More
Android Jetpack Compose get Activity View Model from Fragment inside Composable...


androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
How to create a ViewModel object inside composable function correctly?...


androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
Hilt ViewModel has no zero argument constructor...


androidandroid-viewmodeldagger-hilt

Read More
ClassCastException When Initialising Interface ViewModel Using by navGraphViewModels() [with Hilt]...


androidkotlinclasscastexceptionandroid-viewmodeldagger-hilt

Read More
How to navigate on view model field change in Compose Navigation?...


androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
ViewModel Data Loses State When Accessed From Second Fragment...


androidandroid-fragmentsmvvmandroid-livedataandroid-viewmodel

Read More
Issues with ActivityMainBindingImpl.java...


javaandroidandroid-databindingandroid-viewmodel

Read More
Android ViewModel and startActivity...


androidviewmodelandroid-architecture-componentsandroid-viewmodel

Read More
How to share a viewmodel between 2 fragments that are tabs...


androidkotlinandroid-fragmentsandroid-architecture-componentsandroid-viewmodel

Read More
Why is viewModel() used in a composabe and viewModels() in an activity or fragment?...


androidkotlinandroid-jetpack-composeandroid-viewmodel

Read More
Android Compose MVVM multi network call...


androidkotlinandroid-jetpack-composeandroid-viewmodelkotlin-flow

Read More
Cannot create an instance of ViewModel...


androidkotlinandroid-jetpack-composeandroid-viewmodeldagger-hilt

Read More
How to dynamically load images from a URL into ImageView from a ViewModel in Kotlin...


androidkotlinimageviewpicassoandroid-viewmodel

Read More
Change String Value in ViewModel on button click in kotlin then store the value in room db...


androidandroid-viewmodel

Read More
How to ensure ViewModel#onCleared is called in an Android unit test?...


androidunit-testingandroid-testingandroid-architecture-componentsandroid-viewmodel

Read More
BackNext