Search code examples
MVVM: Use different ViewModel Implementation depending on Use-case...


androidandroid-viewmodelandroid-mvvm

Read More
How to pass a custom object from an activity class to a repository class using Dagger2?...


androiddependency-injectiondagger-2daggerandroid-viewmodel

Read More
How to databind imageview with drawable in viewmodel?...


androidkotlinmvvmandroid-databindingandroid-viewmodel

Read More
Too many XML data bindings...


androidkotlinandroid-databindingandroid-viewmodel

Read More
Enable Button when EditText text.length() > 0 using Android Data Binding...


androidmvvmdata-bindingandroid-databindingandroid-viewmodel

Read More
How to make MVRX viewmodels work with dagger2?...


androidkotlindagger-2android-viewmodeldagger

Read More
dagger 2 viewmodels and ViewModelProvider.Factory...


androiddagger-2android-viewmodel

Read More
why coroutine method in ViewModel is continuing to process after leaving Fragment?...


androidandroid-viewmodelkotlin-coroutines

Read More
Using LiveData in ViewModel to pass object to other activity...


androidandroid-livedataandroid-viewmodel

Read More
Dagger MissingBinding error when injecting ViewModels...


androidkotlindagger-2android-architecture-componentsandroid-viewmodel

Read More
Android How to apply multiple filters with androidx.recyclerview.widget.DiffUtil...


androidfilterandroid-recyclerviewandroid-viewmodelandroid-diffutils

Read More
How can I be notified only once of liveData change in different Fragments?...


androidkotlinandroid-livedataandroid-viewmodel

Read More
CRUD of Room in Java android, how to return the count of deleted rows from Dao and AsyncTask in Ripo...


javaandroidandroid-roomdelete-rowandroid-viewmodel

Read More
what is ViewModelFactory...


javaandroidkotlinmvvmandroid-viewmodel

Read More
How to change particular property value of a class in a LiveData<List<T>> (in my case Li...


android-architecture-componentsandroid-livedataandroid-viewmodelkotlin-coroutinesmutablelivedata

Read More
Creating my own ViewModelStore to control ViewModel lifecycle...


androidandroid-architecture-componentsandroid-viewmodel

Read More
How to track current location in android with new architecture components?...


androidfusedlocationproviderapiandroid-architecture-componentsandroid-livedataandroid-viewmodel

Read More
Dagger2 + ViewModel + Repository...


androidmvvmdagger-2android-viewmodel

Read More
How to Prove Android ViewModel...


androidandroid-viewmodel

Read More
Why AdnroidInjector.inject(fragment) uses deprecated android.support.v4.app.Fragment...


androiddagger-2android-viewmodelandroidinjector

Read More
Android: Where to schedule a job?...


androidandroid-livedataandroid-viewmodel

Read More
JUnit5 test with LiveData doesn't execute subscriber's callback...


androidjunitmockitoandroid-livedataandroid-viewmodel

Read More
How to share an instance of LiveData in android app?...


androidandroid-architecture-componentsandroid-livedataandroid-jetpackandroid-viewmodel

Read More
Which thread (UI/Background) does view model class of architecture components lives?...


androidwebrtcandroid-architecture-componentsandroid-viewmodel

Read More
Get ViewModel ViewModelProvider.Factory and Application Context...


androidmvvmviewmodelandroid-jetpackandroid-viewmodel

Read More
Proper way for json parsing for mutable structure with gson...


androidkotlingsonandroid-viewmodel

Read More
Android Kotlin Coroutines: Is using Global scope an anti-pattern?...


androidkotlinandroid-viewmodelkotlin-coroutines

Read More
Transformations.map with ViewModel and LiveData in Androidx (issue)...


firebasekotlinandroid-architecture-componentsandroid-livedataandroid-viewmodel

Read More
Android LiveData event sequence guarantees?...


androidandroid-livedataandroid-viewmodelandroid-mvvm

Read More
Getting ViewModel for SettingsActivity (MVVM, Android P)...


androidandroid-preferencesandroid-viewmodelandroid-mvvmviewmodelproviders

Read More
BackNext