Search code examples
App crashes when navigating to a fragment that uses a RecyclerView and Room database with LiveData...

kotlinmvvmandroid-recyclerviewviewmodelandroid-livedata

Read More
ViewModel class throwing a null pointer when trying to display results from repository...

androidmvvmviewmodel

Read More
MVC4 Complex Object is null when bound from view to controller...

asp.net-mvc-4nullviewmodelmodel-binding

Read More
how to initialize binding to be property (android viewmodel )?...

kotlinmvvmviewmodel

Read More
Binding View to DataContext from another ViewModel Class...

wpfmvvmviewviewmodeldatacontext

Read More
ViewModelProvider Fragment instantiate model...

javaandroidandroid-fragmentsviewmodelandroid-viewmodel

Read More
ViewModelProviders.of(getActivity()) "Cannot resolve method of(android.app.Activity)"...

androidandroid-fragmentsviewmodel

Read More
How to pass data to ViewModel from AutoCompleteTextView?...

androidmvvmdata-bindingviewmodelautocompletetextview

Read More
How to bind Spinner data using view model (DataBinding)...

androiddata-bindingspinnerviewmodel

Read More
Passing Data Between Viewmodels MvvmCross...

androidxamarinviewmodelmvvmcross

Read More
Using 1 or more view model for register module (Sign in - Sign up - reset pass)?...

mvvmviewmodelandroid-livedataandroid-mvvm

Read More
How to sort MutableLiveData<List<Book>>...

sortingkotlinviewmodelmutablelivedata

Read More
How to prevent Live date from duplication in on back pressed from another fragment and on recall...

androidnavigationfragmentviewmodelandroid-livedata

Read More
Observe mutable live data of a data class's property changes...

androidkotlinviewmodelandroid-livedata

Read More
MVC NullReferenceException on @foreach (var item in Model)...

asp.net-mvcviewmodelnullreferenceexception

Read More
Cannot create an instance of class ViewModel in Android MVVM...

androidmvvmrepositoryinstanceviewmodel

Read More
How to submit a click event on a button inside an item in a recylcerview while respecting MVVM archi...

androidmvvmandroid-recyclerviewandroid-arrayadapterviewmodel

Read More
Is this the right way to use MVVM structure with ViewModel and RecyclerView without any issues?...

javaandroidmvvmandroid-recyclerviewviewmodel

Read More
Not getting my data correctly using ViewModelProviders?...

javaandroidviewmodelandroid-adapter

Read More
Room - LiveData observer does not trigger when database is updated...

androidviewmodelandroid-roomandroid-architecture-componentsandroid-livedata

Read More
How can I update a recycler view of elements from my view model?...

androidkotlinmvvmandroid-recyclerviewviewmodel

Read More
Calling Mainactivity inside Viewmodel(updated)...

androidandroid-studiokotlinmvvmviewmodel

Read More
Using ViewModel constructor instead of ViewModelProvider to be able to get data from Room database b...

androidviewmodelandroid-roomandroid-livedata

Read More
Transformations.distinctUntilChanged not working as intended?...

javaandroidviewmodelandroid-roomandroid-livedata

Read More
Should visual effects be implemented in the View or ViewModel?...

c#xamarinmvvmxamarin.formsviewmodel

Read More
Android ViewModel to Model events...

javaandroidmvvmviewmodelandroid-livedata

Read More
ExtJS 6.2 A problem with Binding a view model while updating...

extjsdata-bindingviewmodel

Read More
Which layer should construct a View Model?...

asp.net-mvcviewmodels#arp-architecture

Read More
How to update LiveData and RecyclerView when returning to the previous activity?...

androidviewmodelandroid-livedata

Read More
How to retrieve data from firebase cloud store to a fragment class for example ProfileFragment.class...

javaandroidgoogle-cloud-firestorefragmentviewmodel

Read More
BackNext