Search code examples
Why is ViewModelScoped coroutine unusable after ViewModel onCleared() method called...


androiddagger-2kotlin-coroutinesandroid-viewmodel

Read More
Android MVVM: How to handle network request failiures?...


androidandroid-architecture-componentsandroid-livedataandroid-viewmodel

Read More
The correct way to obtain a ViewModel instance outside of an Activity or a Fragment...


androidandroid-architecture-componentsandroid-viewmodel

Read More
Getting context from ViewModel in testing...


androidandroid-viewmodel

Read More
How to get LiveData from Room?...


androidkotlinandroid-roomandroid-livedataandroid-viewmodel

Read More
Should DialogFragments have their own ViewModel or should they use the ViewModel of their containing...


androidandroid-dialogfragmentandroid-architecture-componentsandroid-viewmodel

Read More
What is the limit when passing data between fragments when using Navigation Components?...


androidfragmentandroid-architecture-componentsandroid-viewmodelandroid-architecture-navigation

Read More
Is it ok to save complex object with activity reference in Android ViewModel?...


androidandroid-viewmodel

Read More
Nothing showed up from ViewModel...


androidandroid-viewmodel

Read More
Get values From ViewModel MutableLiveData and display them on textfields...


javaandroidmvvmandroid-livedataandroid-viewmodel

Read More
LiveData Observer does not update UI after data fetched from server in ViewModel...


androidkotlinmvvmandroid-livedataandroid-viewmodel

Read More
Enable a button when all EditText complete...


androidandroid-databindingandroid-viewmodel

Read More
viewModelScope not cancelled...


androidkotlinandroid-lifecyclekotlin-coroutinesandroid-viewmodel

Read More
Problem in using viewModelScope with LiveData...


androidkotlinandroid-livedataandroid-viewmodelkotlin-coroutines

Read More
How to use ViewModel to update TextView after typing data in several EditTexts?...


androidandroid-fragmentsandroid-jetpackandroid-viewmodel

Read More
How to use HashMap in ModelView?...


androidandroid-fragmentsandroid-viewmodel

Read More
App crash on creating ViewModel only when minifyEnabled and with LifeCycle v 2.1.0...


androidandroid-architecture-componentsandroid-jetpackandroid-viewmodelandroid-architecture-lifecycle

Read More
Can't Observe LiveData from ViewModel in Fragment...


androidandroid-livedataandroid-viewmodelmutablelivedata

Read More
How to update the bindings inside a RecyclerView item?...


androidandroid-databindingandroid-livedataandroid-viewmodel

Read More
How to access MyViewModel(AndroidViewModel) in Broadcast Receiver...


androidbroadcastreceiverandroid-viewmodel

Read More
Dagger2.10+: Inject ViewModel in Fragment/Activity which has run-time dependencies...


androiddependency-injectiondagger-2android-viewmodelassisted-inject

Read More
How can I delay a loading spinner and start it conditionally inside of a coroutine?...


androidkotlinkotlin-coroutinesandroid-viewmodel

Read More
ViewModel Instantiation Causes Infinite Loop...


androidmvvmandroid-viewmodel

Read More
How to use Filter SearchView for RecyclerView when using Livedata?...


androidandroid-recyclerviewsearchviewandroid-livedataandroid-viewmodel

Read More
Android Studio, AndroidX, "Cannot resolve method.." on ViewModelProviders.of(this)...


androidviewmodelandroidxandroid-viewmodel

Read More
Is it correct to have a reference to a repository class in the view class when using MVVM?...


androidmvvmandroid-architecture-componentsandroid-livedataandroid-viewmodel

Read More
How to inject viewModel in BaseFragment using Koin...


androidkotlinandroid-viewmodelkoin

Read More
How to update the custom value in a view model object...


androiddaoandroid-livedataandroid-viewmodel

Read More
Good way to pass a reference to a ViewModel in an activity android...


androidpass-by-referenceandroid-viewmodel

Read More
Android Coroutines block UI click listener...


androidandroid-roomandroid-viewmodelkotlin-coroutines

Read More
BackNext