Search code examples
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
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
BackNext