Search code examples
LiveData. Cannot assign to ‘value’: the setter is protected/*protected and package*/ for synthetic e...


androidkotlinandroid-architecture-componentsandroid-livedata

Read More
What is the perfect use case for using Room.inMemoryDatabaseBuilder()?...


androidandroid-roomandroid-architecture-components

Read More
Calling Fragment constructor caused an exception. Navigation Architecture Component...


androidandroid-fragmentsandroid-architecture-components

Read More
Android - How to access Room database from widget...


androidandroid-widgetandroid-roomandroid-architecture-componentsandroid-database

Read More
Type mismatch: inferred type is LoginActivity but LifecycleOwner was expected...


androidkotlinandroidxandroid-jetpackandroid-architecture-components

Read More
Recycler view not scrolling to the top after adding new item at the top, as changes to the list adap...


androidandroid-recyclerviewkotlinandroid-architecture-components

Read More
Convert LiveData to MutableLiveData...


androidkotlinandroid-roomandroid-architecture-componentsandroid-livedata

Read More
How To Make Destination of Android Navigation Component Inflated in Different Destinations Not Be Ed...


kotlinandroid-architecture-componentsandroid-navigationandroid-navigation-graph

Read More
Android ViewModel Observers not working until orientation change (ViewModel works, but changing to L...


androidviewmodelandroid-livedataandroid-architecture-components

Read More
Android Architecture Components: Multiple instances of the same view model...


androidandroid-architecture-componentsandroid-viewmodel

Read More
Why is it that LoadParams.requestedLoadSize returns the specified page size to LivePagedListBuilder ...


androidpaginationkotlinandroid-architecture-components

Read More
Is SingleLiveEvent actually part of the Android Architecture Components Library?...


androidandroid-architecture-componentsandroid-livedatamutablelivedata

Read More
Accessing BroadCastReceiver in Viewmodel...


javaandroidmvvmandroid-livedataandroid-architecture-components

Read More
How to save LiveData into saveStateHandle?...


androidandroid-livedataandroid-architecture-componentsandroid-savedstate

Read More
Is it possible to send arguments other than string or integer in android's new navigation compon...


androidkotlinandroid-architecture-componentsandroid-navigationandroid-jetpack

Read More
is observeForever lifecycle aware?...


androidkotlinmvvmandroid-livedataandroid-architecture-components

Read More
Android Navigation Architecture Component: How to pass bundle data to startDestination...


javaandroidandroid-architecture-componentsandroid-navigationandroid-architecture-navigation

Read More
BottomNavigationView with Jetpack Navigation not correctly showing the active menu indicator...


androidandroid-fragmentsandroid-architecture-componentsandroid-jetpack-navigationandroid-bottomnavigationview

Read More
Android ViewModel and startActivity...


androidviewmodelandroid-architecture-componentsandroid-viewmodel

Read More
Pressing back always return to start destination using jetpack navigation...


androidandroid-fragmentsandroid-architecture-componentsandroid-jetpack-navigation

Read More
How to share a viewmodel between 2 fragments that are tabs...


androidkotlinandroid-fragmentsandroid-architecture-componentsandroid-viewmodel

Read More
LiveData does not observe changes when updated with SyncAdapter / different Thread...


androidandroid-roomviewmodelandroid-architecture-componentsbackground-service

Read More
Android - Use of navigation with activities and fragments - Binary XML file Error...


androidandroid-fragmentsandroid-activityandroid-architecture-components

Read More
how to get the first or (any) element from a LiveData List in Android MVVM architecture?...


androidandroid-sqliteandroid-roomandroid-livedataandroid-architecture-components

Read More
gradle can not resolve room version 2.3.0...


androidsqlitegradleandroid-roomandroid-architecture-components

Read More
Android DialogFragment Navigation Crash/Issue...


androidandroid-dialogfragmentandroid-architecture-components

Read More
How to ensure ViewModel#onCleared is called in an Android unit test?...


androidunit-testingandroid-testingandroid-architecture-componentsandroid-viewmodel

Read More
Using interfaces for ViewModels?...


androiddesign-patternsinterfaceandroid-architecture-componentsandroid-viewmodel

Read More
Use shared Preference values in Repository or ViewModel of Android...


androidandroid-recyclerviewsharedpreferencesandroid-architecture-components

Read More
Android DataStore Flow and LiveData | all preferences receive update although only one preference is...


androidandroid-architecture-componentsdatastore

Read More
BackNext