Search code examples
Why viewmodelfactory not recognizing in my project?...


androidkotlinandroid-viewmodel

Read More
Is it okay to create clicklisteners (or other listeners) inside a viewmodelscope?...


google-mapskotlinandroid-roomkotlin-coroutinesandroid-viewmodel

Read More
Why doesn't my Android ViewModel's Room RxJava3 Flowable publish any result when my Activity...


android-roomandroid-lifecycleandroid-viewmodelrx-java3

Read More
How to reference views (e.g. Spinner value) from ViewModel...


androidandroid-viewandroid-viewmodel

Read More
Formatted strings in Android aren't displayed correctly before first update from ViewModel/LiveD...


androidxmlkotlinandroid-livedataandroid-viewmodel

Read More
Android two way binding Integer type issue...


androidandroid-databindingandroid-viewmodeltwo-way-binding

Read More
How to get static data in Room? Cannot access database on the main thread...


androidkotlinandroid-roomandroid-viewmodel

Read More
ViewModel: Unresolved reference...


androidkotlinandroid-viewmodel

Read More
How should I interpret the Android Developers ViewModel lifecycle diagram?...


android-lifecycleandroid-jetpackandroid-viewmodel

Read More
Hilt Doesn't Inject a Scoped ViewModel...


androidkotlinandroid-viewmodelandroid-architecture-navigationdagger-hilt

Read More
Does a multi-step operation which needs to be reused belong in the fragment, the viewmodel, a reposi...


androidandroid-roomandroid-viewmodel

Read More
whats the difference between viewModel and viewModels class...


androidandroid-architecture-componentsandroid-viewmodel

Read More
second viewModel unable to construct...


androidandroid-viewmodelandroid-mvvm

Read More
Android Obtain ViewModelScope so it can be used in interface delegation...


androidcoroutineandroid-viewmodelkotlin-delegate

Read More
How to verify if a username and password exists in my room database?...


androidmvvmandroid-roomkotlin-coroutinesandroid-viewmodel

Read More
Why is the Android viewModels() extension function available in the fragment-ktx instead of viewmode...


androidkotlinandroid-gradle-pluginandroid-viewmodel

Read More
ViewModel vs Activity member variable?...


androidandroid-viewmodel

Read More
android livedata Observer didn't notified...


androidkotlinandroid-livedataandroid-viewmodel

Read More
Is the usage of livedata-ktx with ViewModels causing memory leaks if the LiveData is not backed by a...


androidkotlinandroid-livedataandroid-viewmodel

Read More
how to save state list in jetpack-navigation...


androidandroid-fragmentsandroid-jetpackandroid-viewmodelandroid-jetpack-navigation

Read More
Unable to Inject ViewModel from a different module in Android project...


androiddagger-2android-viewmodeldagger-hilt

Read More
Android ViewModel is leaking...


androidandroid-roomandroid-viewmodelleakcanary

Read More
receiver type mismatch in Kotlin with Android's `activityViewModels`...


androidkotlinandroid-fragmentsandroid-activityandroid-viewmodel

Read More
How can we achieve Shared View Model communication between a Fragment and Activity, where the Activi...


androidandroid-fragmentsandroid-activityandroid-lifecycleandroid-viewmodel

Read More
How do I test a ViewModel class which has an interface dependecy that is generated by android as a U...


androidmvvmjunit4android-viewmodel

Read More
How does Android Paging Library know to load more data?...


javaandroidandroid-recyclerviewandroid-viewmodelandroid-paging

Read More
How to get parent Fragment from ViewPager Fragment that is an AndroidEntryPoint?...


androidandroid-fragmentsandroid-viewpagerandroid-viewmodeldagger-hilt

Read More
Dagger2 inject specific instance of abstract ViewModel...


androiddagger-2android-viewmodel

Read More
How should i use ViewModel in two fragments?...


androidkotlinandroid-fragmentsandroid-viewmodel

Read More
Changes in LiveData<List<Obj>> aren't shown in recyclerView, which is subscrived on ...


javaandroidandroid-recyclerviewandroid-livedataandroid-viewmodel

Read More
BackNext