Search code examples
Android returning different instance of ViewModel for the same fragment when calling ft.replace...


androidandroid-fragmentsandroid-architecture-componentsandroid-viewmodel

Read More
call super in constructor of ViewModel instance class : Kotlin...


androidkotlinandroid-viewmodel

Read More
returning an object from an android ViewModel to the fragment from a callback function...


javaandroidandroid-fragmentscallbackandroid-viewmodel

Read More
Observe a MutableLiveData list...


androidkotlinandroid-livedataandroid-viewmodel

Read More
Shared viewmodel between fragments, without scoping to the activity?...


androidandroid-fragmentsandroid-architecture-componentsandroid-viewmodelandroid-architecture-navigation

Read More
Kotlin: communication between different fragments...


androidkotlinfragmentandroid-architecture-componentsandroid-viewmodel

Read More
Cannot resolve symbol ViewModel...


androidandroid-viewmodel

Read More
LiveData doesn't show data initially...


javaandroidandroid-architecture-componentsandroid-livedataandroid-viewmodel

Read More
How to read data and listen to changes from Room database in a Service?...


javaandroidandroid-serviceandroid-roomandroid-viewmodel

Read More
Best approach for unit-testing scoped viewmodels...


androidunit-testingkotlinkotlinx.coroutinesandroid-viewmodel

Read More
LiveData and Transformation usage...


androidandroid-architecture-componentsandroid-livedataandroid-viewmodel

Read More
Android databinding and LiveData: Can't bind to value in LiveData property...


androidandroid-databindingandroid-livedataandroid-viewmodel

Read More
LiveData not updating when data changes...


javaandroidandroid-architecture-componentsandroid-livedataandroid-viewmodel

Read More
Android Architecture Components ViewModel - communication with Service/IntentService...


androidmvvmandroid-architecture-componentsandroid-viewmodel

Read More
How to use 4 simple ViewModels with the same Fragment?...


androidmvvmandroid-architecture-componentsandroid-viewmodelandroid-livedata

Read More
android - using new thread in ViewModel class...


androidandroid-asynctaskandroid-viewmodelandroid-mvvm

Read More
Koin - how to provide mock ViewModel for espresso test?...


androidkotlinandroid-espressoandroid-viewmodelkoin

Read More
ViewModel, LiveData and Transformations.map...


androidkotlinandroid-livedataandroid-viewmodel

Read More
No Data with RecyclerView, Data Binding and ViewModel...


androidandroid-recyclerviewkotlinandroid-databindingandroid-viewmodel

Read More
Loading data in ViewModel that have been retrieved in SplashActvity...


androidandroid-fragmentsandroid-activitymvvmandroid-viewmodel

Read More
Combining ViewModels With ViewPagers...


androidandroid-viewpagerandroid-architecture-componentsandroid-viewmodel

Read More
Data binding to objects of a complex type in an MutableList...


androidkotlinandroid-databindingandroid-viewmodel

Read More
Android MVVM. Is life-cycle aware Model a code smell or a proper design?...


androidmvvmandroid-architecture-componentsandroid-viewmodelandroid-architecture-lifecycle

Read More
android - is the activity restored from an inactive app state...


androidandroid-lifecycleandroid-viewmodel

Read More
Android DataBinding LiveData - not notify changed in DialogFragment & BottomSheetDialogFragment...


androidkotlinandroid-databindingandroid-livedataandroid-viewmodel

Read More
Concurrency issue with LiveData on Android...


androidkotlinandroid-livedataandroid-viewmodel

Read More
How ViewModel is persisted on configuration change...


javaandroidandroid-viewmodelandroid-architecture-components

Read More
is this the correct way of LiveData usage?...


androidkotlinandroid-roomandroid-livedataandroid-viewmodel

Read More
onCleared is not being called on Fragment's attached ViewModel...


androidandroid-architecture-componentsandroid-viewmodel

Read More
How do I get a ViewModel without ViewModelProviders class?...


androidandroid-viewmodel

Read More
BackNext