Search code examples
how to create view model factory for AndroidViewModel?...


androidkotlinandroid-architecture-componentsandroid-jetpackandroid-viewmodel

Read More
My viewmodel data is not being bound to edittext...


androidkotlinandroid-databindingandroid-viewmodel

Read More
do I have to always call my method in viewmodel from fragment/activity?...


androidandroid-viewmodelandroid-mvvm

Read More
why I can't access my application inside my AndroidViewModel class?...


androidkotlinandroid-viewmodel

Read More
Android ViewModel LiveData observe...


androidfirebase-realtime-databasemvvmandroid-livedataandroid-viewmodel

Read More
No record save in room database...


androidkotlinandroid-roomandroid-viewmodel

Read More
how to update textview, ontextchanged in editext using Databinding android...


androidkotlinmvvmdata-bindingandroid-viewmodel

Read More
How can I manage fragment and activity considering its creation orders?...


javaandroid-fragmentskotlinandroid-fragmentactivityandroid-viewmodel

Read More
injecting viewmodel with navigation-graph scope: NavController is not available before onCreate()...


androiddagger-2android-viewmodelandroid-architecture-navigationfragment-lifecycle

Read More
When getting the ViewModel in a fragment, should I provide "viewModelStore" or "this&...


androidandroid-fragmentsmvvmviewmodelandroid-viewmodel

Read More
mock retrofit suspend function infinite response...


unit-testingmockitokotlin-coroutinesandroid-viewmodel

Read More
How to best clear an Android ViewModel when the app is killed?...


androidandroid-lifecycleandroid-viewmodel

Read More
How to react on changes within a UiModel when it's exposed via LiveData by the ViewModel?...


androidandroid-livedataandroid-architecture-componentsandroid-viewmodel

Read More
One-to-many in Room with Kotlin...


androidkotlinandroid-roomandroid-livedataandroid-viewmodel

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