Search code examples
Proper way to pass LiveData in ViewModel taken from suspended Repository...


kotlinandroid-livedatakotlin-coroutinesandroid-viewmodel

Read More
Android navigation component perform an Action when popping backstack...


androidback-buttonandroid-jetpackandroid-viewmodelandroid-architecture-navigation

Read More
Request Queue in volley cannot be applied to View Model...


androidjsonandroid-studioviewmodelandroid-viewmodel

Read More
RecycledView adapter doesnt notify DataSetChanged...


androidkotlinandroid-livedataandroid-viewmodel

Read More
LiveDataScope vs ViewModelScope in Android...


androidandroid-livedatakotlin-coroutinesandroid-viewmodel

Read More
Should I pass viewModelScope.coroutineContext to liveData builder function?...


androidandroid-architecture-componentsandroid-livedataandroid-viewmodelkotlin-coroutines

Read More
How to have 2 instances of parametrized sharedViewModel?...


androidandroid-viewmodelkoin

Read More
Do we really need viewModelFactories and viewmodelProviders when using Dagger?...


mvvmdagger-2daggerandroid-viewmodelandroid-mvvm

Read More
How to get a ViewModel from a Worker class?...


androidandroid-architecture-componentsandroid-viewmodelandroid-workmanager

Read More
Get single item from Room DB. Call the function from view model...


androidkotlinandroid-roomdaoandroid-viewmodel

Read More
How Android ViewModel insures that, it has to bind with the same Activity or Fragment(in case of Scr...


androidandroid-architecture-componentsandroid-viewmodelandroid-mvvm

Read More
Android pause an observer when view is removed...


androidcanvasmvvmandroid-livedataandroid-viewmodel

Read More
How to transform LiveData<List<User>> to LiveData<List<String>> in ViewModel...


javaandroidandroid-livedataandroid-viewmodel

Read More
instance of Dao class is not being initialized correctly...


androidkotlinkotlin-coroutinesandroid-viewmodelandroid-mvvm

Read More
Android: Observing Room DB through LiveData & ViewModel in Activity...


androidandroid-roomandroid-livedataandroid-viewmodel

Read More
Using Multiple Repsitory In ViewModel Is Bad Practice?...


androidandroid-viewmodelandroid-mvvm

Read More
Android two-way data binding working one way only...


androidandroid-databindingandroidxandroid-livedataandroid-viewmodel

Read More
Searching a LiveData of PagedList in RecyclerView by Observing ViewModel...


androidandroid-recyclerviewsearchviewandroid-viewmodelandroid-paging

Read More
Binding on a not (yet) initialized livedata element...


androidandroid-roomandroid-livedataandroid-jetpackandroid-viewmodel

Read More
Android - Unable to call methods defined in ViewModel...


androidandroid-viewmodel

Read More
Livedata with Viewpager2-Fragments...


androidandroid-fragmentsandroid-livedataandroid-viewmodelandroid-viewpager2

Read More
Two-way data binding Converter...


androidandroid-viewmodeltwo-way-binding

Read More
How to bind N ViewModelAssistedFactory to Activity...


dependency-injectiondagger-2android-lifecycleandroid-viewmodelviewmodel-savedstate

Read More
Android view no creating: No Such Method Error...


androidmvvmandroid-viewmodel

Read More
Why repository doesn't notify viewmodel about updated value of variable in spite of implementing...


androidrepository-patternandroid-livedataandroid-viewmodelandroid-mvvm

Read More
Why supportFragmentManager.saveFragmentInstanceState(selectedFragment)!! = null...


androidkotlinrotationbottomnavigationviewandroid-viewmodel

Read More
Observing Viewmodel Livedata in DialogFragment...


androidmvvmandroid-dialogfragmentandroid-viewmodel

Read More
What is the difference between "Don't keep activities" and a Configuration change?...


androidandroid-lifecycleandroid-viewmodel

Read More
MVVM shared prefs in a remote class...


javaandroidmvvmsharedpreferencesandroid-viewmodel

Read More
How to use a shared ViewModel, and avoid reusing the same instance of it every time with Navigation ...


androiddaggerandroid-viewmodelandroid-jetpack-navigationandroid-navigation-graph

Read More
BackNext