Search code examples
Implementing CoroutineScope in ViewModel...


kotlinkotlin-coroutinesandroid-viewmodelcoroutinescope

Read More
How do I use the new Saved State Module of ViewModel...


androidandroid-viewmodelandroid-savedstate

Read More
Combine multiple LiveData values into one using MediatorLiveData...


androidformskotlinandroid-livedataandroid-viewmodel

Read More
Initializing data binding variable in corresponding fragment...


androidkotlinandroid-databindingandroid-viewmodelandroid-viewbinding

Read More
Compose creating new ViewModel instance...


androidandroid-jetpack-composeandroid-viewmodel

Read More
How to set MainViewModel?...


androidkotlinviewmodelandroid-fragmentactivityandroid-viewmodel

Read More
How to show different text in repeating notification Android...


androidkotlinbroadcastreceiverandroid-notificationsandroid-viewmodel

Read More
Is there an issue with setting sharedPreferences from the activity to the viewModel? Android - MVVM...


androidmvvmmemory-leakssharedpreferencesandroid-viewmodel

Read More
LiveData,how to avoid the first callback when register observer...


androidfragmentandroid-livedataandroid-viewmodel

Read More
How does ViewModelProviders know when there is a configuration change VS user explicitly creates a n...


androidmvvmandroid-viewmodel

Read More
How do I pass a function from a ViewModel to my scaffold's floating action button in Jetpack Com...


mvvmandroid-jetpack-composeandroid-viewmodeldagger-hiltandroid-jetpack-compose-scaffold

Read More
Firebase make 3 requests at a time MVVM...


androidkotlinmvvmfirebase-authenticationandroid-viewmodel

Read More
Android ViewModel inside Service (Alternative)...


androidmvvmandroid-livedataandroid-viewmodel

Read More
In AndroidViewModel, how to use the received application property?...


androidkotlinconstructorandroid-viewmodel

Read More
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
BackNext