Search code examples
The app not responding when try to change MutableLiveData value inside observer...


androidkotlinmvvmandroid-livedataandroid-viewmodel

Read More
I am getting Unresolved Reference when compiling in kotlin...


androidkotlinandroid-viewmodel

Read More
how to pass a parameter to my Word Dao for query using View Model and Live Data?...


androidkotlinandroid-roomandroid-livedataandroid-viewmodel

Read More
Android data binding TextView value of String with fall back to @StringRes...


androidandroid-databindingandroid-viewmodel

Read More
Android mocking applicationcontext inside application...


androidunit-testingmockitoandroid-viewmodel

Read More
When and where is the right place to make a web request when using a ViewModel and RecyclerView insi...


javaandroidandroid-recyclerviewandroid-viewmodel

Read More
Why can't I write this particular assignment in Kotlin?...


javaandroidkotlingenericsandroid-viewmodel

Read More
How to pass data between fragments using ViewModel(s)?...


androidkotlinandroid-fragmentsmvvmandroid-viewmodel

Read More
NullPointerException @ SavedStateHandle ViewModel w/ Hilt...


androidandroid-databindingandroid-viewmodeldagger-hiltviewmodel-savedstate

Read More
Setting up the Adapter in my Fragment so that it works...


androidandroid-studioandroid-fragmentsandroid-adapterandroid-viewmodel

Read More
android hilt Inject into ViewModel...


androidandroid-viewmodeldagger-hilt

Read More
Observe live data objects in fragment using activity context?...


androidkotlinandroid-livedataandroid-viewmodel

Read More
property getter or setter expected in Kotlin ViewModel class...


androidkotlinandroid-viewmodel

Read More
Android ViewModel - how to force recreation on certain configuration changes...


androidandroid-jetpackandroid-viewmodelandroid-architecture-components

Read More
LiveData unit testing error when using postValue in init block...


androidkotlinandroid-architecture-componentsandroid-livedataandroid-viewmodel

Read More
How to call a ViewModel method from another one in android kotlin?...


androidkotlinandroid-viewmodelandroid-mvvm

Read More
Difference between by viewmodels and viewmodel creation using Factory?...


androidkotlinandroid-viewmodelandroid-mvvm

Read More
Kotlin coroutines await for 2 or more different concurrent requests...


androidkotlinkotlin-coroutinesandroid-viewmodel

Read More
How to use generics for ViewModel in Kotlin?...


androidkotlingenericsandroid-viewmodel

Read More
Can't see DI outside of init block of ViewModel...


androidkotlinandroid-viewmodeldagger-hilt

Read More
How to create a viewmodel without using kotlin ktx?...


androidkotlinandroid-viewmodel

Read More
Live Data issue inside Loop...


androidandroid-livedatakotlin-coroutinesandroid-viewmodelandroid-livedata-transformations

Read More
Updating UI using ViewModel and DataBinding...


android-databindingandroid-architecture-componentsandroid-viewmodelandroid-livedata

Read More
Loading details into fragment causes An operation is not implemented error...


androidkotlinandroid-viewmodel

Read More
Activity/ViewModel recreated when new Activity is shown...


androidviewmodelandroid-viewmodel

Read More
Should I use ViewModelScope independent of Fragment's lifecycle?...


androidandroid-fragmentskotlin-coroutinesandroid-viewmodel

Read More
How to manage viewmodel...


androidandroid-viewmodelandroid-mvvm

Read More
Is it ok for a viewmodel function to have a parameter that receives a fragment?...


androidandroid-fragmentsandroid-viewmodel

Read More
Why Observers added as observeForever to LiveData must be removed?...


androidandroid-livedataandroid-viewmodelandroid-mvvm

Read More
ViewModel: Check if fragment is resume or stop...


androidmvvmrx-java2android-livedataandroid-viewmodel

Read More
BackNext