Search code examples
Shared view model in android compose project while using Hilt for dependency injection?...

android-jetpack-composeviewmodelandroid-mvvm

Read More
Where to place the MyFirebaseMessagingService file in Android project MVVM?...

androidfirebasemvvmfirebase-cloud-messagingandroid-mvvm

Read More
Jetpack Compose: How good is having a separate ViewModel for every interactive component on Screen...

androidkotlinandroid-jetpack-composeandroid-viewmodelandroid-mvvm

Read More
Should Data Transfer Objects (DTOs) be used to bind UI too?...

kotlinmvvmclean-architectureandroid-mvvm

Read More
Cannot resolve ViewModelProvider construction in a fragment?...

androidandroid-livedataandroid-architecture-componentsandroid-mvvm

Read More
MVVM Should I Move View Logic to ViewModel?...

androidmvvmviewmodelandroid-livedataandroid-mvvm

Read More
Is it okay to pass activity instance to view model as per clean architecture...

androidandroid-viewmodelclean-architectureandroid-mvvm

Read More
Let every Observer only receive *new* LiveData upon subscribing/observing...

androidandroid-lifecycleandroid-architecture-componentsandroid-livedataandroid-mvvm

Read More
How to get value from ViewModel viewModelScope.launch without observing it in Activity?...

androidkotlin-coroutinesandroid-viewmodelkotlin-flowandroid-mvvm

Read More
How to set OnClickListener on RecyclerView item in MVVM structure...

androidandroid-recyclerviewonclicklistenerandroid-mvvm

Read More
MVVM injecting Activity string resource reader...

androidmemory-leaksandroid-resourcesandroid-mvvm

Read More
How to send result of AlertDialog fragment using viewModel?...

javaandroid-alertdialogandroid-viewmodelandroid-mvvm

Read More
Where to place the ItemsPagingSource file in Android project MVVM?...

androidmvvmandroid-jetpack-composeandroid-mvvmandroid-paging

Read More
What is right place to start a WorkManager in MVVM architecture Android?...

androidmvvmandroid-architecture-componentsandroid-workmanagerandroid-mvvm

Read More
Activity cannot be cast to Application...

kotlin-coroutinesandroid-livedataandroid-viewmodeldaggerandroid-mvvm

Read More
MVVM - Having a hard time understanding how to create the Domain layer in Clean Architecture...

androidclean-architectureandroid-mvvm

Read More
How to instantiate DAO and Repository the correct way without Room DB?...

javakotlinmvvmkotlin-coroutinesandroid-mvvm

Read More
Change return type to 'T' errror...

kotlingenericskotlin-coroutinesandroid-mvvm

Read More
Android: MVVM is it possible to display a message (toast/snackbar etc.) from the ViewModel...

javaandroidandroid-mvvmandroid-toastandroid-snackbar

Read More
"Cannot access database on the main thread since it may potentially lock the UI for a long peri...

androidkotlinandroid-roomkotlin-coroutinesandroid-mvvm

Read More
How to sort recyclerview data fetched from firebase by value in mvvm architecture...

kotlinsortingfirebase-realtime-databaseandroid-recyclerviewandroid-mvvm

Read More
Retrofit responses keep the old data and add the new one to that for editText search...

androidkotlinretrofit2android-mvvmandroid-diffutils

Read More
How to manipulate a specific set of data from Live or Flow Data Kotlin MVVM?...

kotlinkotlin-coroutinesandroid-livedataandroid-mvvmmediatorlivedata

Read More
Did you forget to call Flow<PagingData<*>>.cachedIn(coroutineScope)?...

androidmvvmkotlin-coroutinesandroid-mvvmandroid-paging-library

Read More
How to find find specific Views of the Recycler View and change the background colour?...

kotlinlistviewandroid-recyclerviewandroid-mvvm

Read More
How to get a message sent from View Model using a sealed class?...

kotlinsubclassandroid-mvvmsealed-classkotlin-sealed

Read More
How to get the current and next item at the same time from MutableMap using Kotlin?...

androidkotlindictionaryandroid-mvvmmutablemap

Read More
Android View Model passing parameter...

androidkotlinmvvmandroid-mvvm

Read More
How ViewModel retains data?...

androidandroid-jetpackandroid-viewmodelandroid-mvvm

Read More
Combine data from Kotlin Flow/LiveData...

androidkotlinkotlin-coroutinesandroid-mvvmkotlin-flow

Read More
BackNext