Search code examples
Retrofit response object is not displayed in recyclerview...


androidretrofitandroid-viewmodel

Read More
How to observe LiveData of a ViewModel that is not initialized during init / constructor (Room suspe...


androidkotlinandroid-roomkotlin-coroutinesandroid-viewmodel

Read More
Android RecyclerView item click not working - MVVM...


javaandroidmvvmandroid-recyclerviewandroid-viewmodel

Read More
Savedstateviewmodelfactory is finall, cannot inherit...


androidkotlinandroid-jetpackandroid-viewmodel

Read More
How to access room db using viewmodel, repository, and livedata...


javaandroidandroid-roomandroid-livedataandroid-viewmodel

Read More
How to wait till LiveData of a ViewModel is retrieved...


javaandroidandroid-viewmodel

Read More
distinctUntilChanged in viewmodel not returning newly fetched data...


androidandroid-fragmentskotlinandroid-architecture-componentsandroid-viewmodel

Read More
Can't get an INSTANCE of a DB using the AndroidViewModel superclass and Room...


androidandroid-roomandroid-viewmodelandroid-mvvm

Read More
How to get Data out of a Room-Database in a non-Activity. (in a JobIntentService for a notification)...


javaandroidandroid-notificationsandroid-roomandroid-viewmodel

Read More
Livedata is working on one activity but not working on other activity...


androidmvvmandroid-recyclerviewandroid-jetpackandroid-viewmodel

Read More
How do I use Data Binding with reused layouts?...


androidandroid-layoutandroid-databindingandroid-viewmodel

Read More
Set adapters only once at onViewCreated() with ViewModel and NavigationComponents...


androidandroid-fragmentskotlinandroid-viewmodelandroid-architecture-navigation

Read More
Room insert lost when closing fragment and using ViewModelScope...


androidandroid-fragmentskotlinandroid-roomandroid-viewmodel

Read More
How to wait until all viewmodel asynchronous operations are done...


androidandroid-fragmentsandroid-architecture-componentsandroid-viewmodelandroid-mvvm

Read More
How to inject a ViewModel with Koin in Kotlin?...


androidkotlinandroid-viewmodelkoin

Read More
Android: flaky ViewModel unit tests with coroutines...


androidkotlinandroid-testingkotlin-coroutinesandroid-viewmodel

Read More
Android: ViewModel test using kotlin coroutines not working...


androidkotlinkotlinx.coroutinesandroid-viewmodel

Read More
Android UI testing: Why LiveData's observers are not being called?...


androidandroid-fragmentsandroid-viewmodelui-testingmockk

Read More
Cannot resolve symbol ViewModelProviders...


androidandroid-viewmodel

Read More
How to restore the menu state on configuration change...


androidandroid-lifecycleandroid-viewmodel

Read More
Multiple LiveData objects in single ViewModel...


androidandroid-fragmentsandroid-roomandroid-lifecycleandroid-viewmodel

Read More
Koin sharedViewModel with SavedStateHandle...


androidandroidxandroid-viewmodelandroid-mvvmkoin

Read More
ViewModel set data in Activity and use in Fragment...


androidandroid-fragmentsandroid-viewmodel

Read More
Good practice for communicate between viewModel and fragment...


androidviewmodelandroid-architecture-componentsandroid-viewmodelandroid-mvvm

Read More
How to dynamically set the bundle from AbstractSavedStateViewModelFactory...


androiddagger-2android-lifecycleandroid-viewmodelviewmodel-savedstate

Read More
How i lateinit propert initialized viewModel outside onViewCreated in fragment...


android-fragmentskotlinmvvmandroid-viewmodel

Read More
ViewPager2/Tabs problem with ViewModel state...


javaandroidandroid-viewmodelandroid-architecture-navigationandroid-viewpager2

Read More
Using PeriodicWorkRequest to populate a DB using Room...


androidandroid-roomandroid-architecture-componentsandroid-viewmodelandroid-workmanager

Read More
Dagger/MissingBinding when Injecting Dependencies into a ViewModel...


androidkotlindependency-injectiondaggerandroid-viewmodel

Read More
How to use a repository object inside a function in a ViewModel class Kotlin?...


androidkotlinandroid-viewmodel

Read More
BackNext