Search code examples
why tts isn't changing the languge in Android Fragment but works fine in Activity?...


androidandroid-fragmentstext-to-speechandroid-viewmodelgoogle-text-to-speech

Read More
Which is the better way to share data between Fragments?...


androidandroid-fragmentsandroid-architecture-componentsandroid-viewmodelandroid-safe-args

Read More
Compilation error trying to communicate between Fragments with ViewModel...


androidandroid-viewmodel

Read More
Correct implementation of the View in android MVVM...


androidkotlinmvvmviewmodelandroid-viewmodel

Read More
Android Repository pattern - how to update a nested recycler view item from view model...


androidmvvmrepository-patternandroid-viewmodel

Read More
Android: NullPointerException When Instantiating ViewModel in Fragment...


javaandroidandroid-fragmentsnullpointerexceptionandroid-viewmodel

Read More
ViewModel Fragment Recreates On Screen Rotation...


androidkotlinandroid-fragmentskotlin-coroutinesandroid-viewmodel

Read More
ViewModel Problem to show Database changes in M V VM Architecture...


javaandroid-roomrepository-patternandroid-viewmodelandroid-mvvm

Read More
Get item by ID using ViewModel...


javaandroidandroid-roomandroid-viewmodel

Read More
Updating Immutable View State Values in Android Unidirectional Data Flow...


androidkotlinandroid-livedataandroid-viewmodel

Read More
How can I convert String to Uri and apply to ImageView attribute src with DataBinding in Android...


androidandroid-imageviewandroid-databindingandroid-viewmodel

Read More
AndroidViewModel instantiated without passing application context?...


androidandroid-architecture-componentsandroid-viewmodel

Read More
AndroidViewModel has no zero argument constructor...


javaandroidandroid-studioandroid-lifecycleandroid-viewmodel

Read More
Alternative for deprecated ViewModelProviders?...


androidandroid-jetpackandroid-viewmodelandroid-mvvmviewmodelproviders

Read More
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
BackNext