Search code examples
Accessing data made by ViewModel in a broadcastReceiver...


androidandroid-fragmentsbroadcastreceiverandroid-roomandroid-viewmodel

Read More
What is ViewModelStore and viewModelStoreOwner?...


androidandroid-fragmentsandroid-activityandroid-viewmodel

Read More
Room database: getting SELECT MAX() twice after creating new RecyclerView item...


androidandroid-roomandroid-viewmodel

Read More
How to use ModelView on different Fragments to get the input of an EditText and set a TextView to it...


androidandroid-fragmentsnullpointerexceptionandroid-viewmodel

Read More
Does ViewModel survive Activity save and restore?...


androidviewmodelandroid-architecture-componentsandroid-viewmodelview-model-pattern

Read More
Retrofit - android.os.NetworkOnMainThreadException with RxKotlin...


androidandroid-viewmodelflatmaprx-kotlin

Read More
Is the ViewModel responsible for handling all the data related operations of an/a Activity/Fragment?...


javaandroidandroid-jetpackandroid-viewmodel

Read More
Call View Model in Class...


androidkotlinandroid-viewmodel

Read More
Cannot setValue to a MutableLiveData while doing Unit Test - throwing java.lang.reflect.InvocationTa...


javaandroidunit-testingandroid-livedataandroid-viewmodel

Read More
Initial data from ListAdapter gets erased when using DiffUtil.ItemCallback...


androidandroid-livedataandroid-viewmodelandroid-listadapter

Read More
How to pass data or add observer at onBackPressed event in FragmentActivity...


androidkotlinmvvmobserversandroid-viewmodel

Read More
MutableLiveData<Pair<Float, Float>>() -> Val cannot be reassigned...


androidkotlinandroid-viewmodel

Read More
Can't share Viewmodel between Activity and Fragment:...


androidandroid-livedataandroid-viewmodel

Read More
How to get ViewModel observer to not observe initially?...


androidandroid-viewmodelandroid-textwatcher

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