Search code examples
Android application with MVVM architecture, writing to local Room database from a Service using MVVM...


javaandroidserviceandroid-mvvm

Read More
Is passing an object through constructors, to multiple fragments a bad practice?...


androidandroid-fragmentsandroid-mvvm

Read More
Android MVVM clean architecture with livedata...


androidkotlinandroid-livedataandroid-mvvm

Read More
How to retrive data from DialogFragment with ViewModel and Room...


androidkotlinandroid-roomandroid-dialogfragmentandroid-mvvm

Read More
Android MVVM single Activity change fragment language...


androidandroid-navigationandroid-mvvm

Read More
How to manage viewmodel...


androidandroid-viewmodelandroid-mvvm

Read More
Why each activity is getting update to the original live data instead of recent live data?...


androidkotlinandroid-livedataandroid-mvvmandroid-livedata-transformations

Read More
Android Kotlin Retrofit MVVM return Null...


androidkotlinretrofit2android-mvvm

Read More
Communication between ViewPager's host Fragment and ViewPager's Fragment item...


androidkotlinandroid-fragmentsandroid-viewpagerandroid-mvvm

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


androidandroid-livedataandroid-viewmodelandroid-mvvm

Read More
ViewModel injection (inside View) with MVVM Architecture...


androidmvvmdagger-2android-databindingandroid-mvvm

Read More
What is the best way to call fragments method from ViewModel in MVVM architecture using live data...


androidmvvmandroid-livedataandroid-mvvm

Read More
How can I update the UI without skipping frames...


androidkotlinrepository-patternandroid-databindingandroid-mvvm

Read More
error: [Dagger/MissingBinding] java.util.ArrayList<java.lang.Integer> cannot be provided witho...


androidkotlinandroid-viewmodelandroid-mvvmdagger-hilt

Read More
How to retieve values from Flow<List<Obj>> and add all of them to <List<Int>&gt...


androidkotlinkotlin-coroutinesandroid-viewmodelandroid-mvvm

Read More
How to implement multiple queries with room database?...


androidandroid-studioandroid-roomandroid-mvvm

Read More
communication between viewpager adapter and viewModel...


androidandroid-viewpagerandroid-livedataandroid-viewmodelandroid-mvvm

Read More
MVVM - How to share a single repository class across multiple ViewModels...


androidrepository-patternandroid-viewmodelandroid-mvvm

Read More
LiveData Paged List size is always 0...


androidandroid-livedataandroid-mvvmandroid-pagingandroid-paging-library

Read More
how to set viewpager with tabLaout in fragment MVVM and DataBinding?...


androidandroid-studiokotlindata-bindingandroid-mvvm

Read More
Getting activity reference in AndroidViewModel...


androidandroid-viewmodelandroid-mvvm

Read More
java.lang.ClassCastException: com.eng.bt_eng_mobility.viewmodel.HomeViewModelFactory cannot be cast ...


androidkotlinrepositoryandroid-viewmodelandroid-mvvm

Read More
How to write a use case that retrieves data from Android framework with Context...


androidmvvmuse-caseandroid-mvvmclean-architecture

Read More
Fragment Back Navigation Blocked by ViewModel...


androidkotlinmvvmandroid-jetpackandroid-mvvm

Read More
ViewModel observing data changes in other fragments...


kotlinandroid-fragmentsandroid-livedataandroid-mvvmandroid-ktx

Read More
How to observe data inside viewmodel?...


androidandroid-livedataandroid-mvvm

Read More
Asynchronous operations not performing as expected- Kotlin Android...


androidkotlinkotlin-coroutinesandroid-mvvm

Read More
Android unit testing view model that receives flow...


androidkotlinjunit4kotlin-coroutinesandroid-mvvm

Read More
android connecting restful api with mvvm pattern...


androidkotlinretrofitokhttpandroid-mvvm

Read More
How to populate a fragment with an entity from a Room Database?...


androidkotlinandroid-roomandroid-mvvm

Read More
BackNext