Search code examples
Retroift coroutines livedata called only first time...

androidkotlinandroid-livedataandroid-architecture-componentskotlin-coroutines

Read More
Why ViewModel's object shouldn't manipulate database directly?...

androiddesign-patternsdaoandroid-architecture-components

Read More
Testing Navigation component: "does not have a NavController"...

androidandroid-espressoandroid-testingandroid-architecture-componentsandroid-viewmodel

Read More
ViewModel cannot be provided without an @Inject constructor or an @Provides-annotated...

androiddagger-2android-architecture-componentsandroid-viewmodel

Read More
room error: The columns returned by the query does not have the fields fieldname...

androidandroid-sqliteandroid-roomandroid-architecture-components

Read More
Is it necessary to use fragment in the activity?...

androidandroid-fragmentsandroid-architecture-components

Read More
Android WorkManager - CoroutineWorker: Overriding coroutineContext is deprecated...

androidandroid-architecture-componentsandroid-jetpackandroid-workmanager

Read More
Navigation DESTINATION_NAME is unknown to this NavController, ReOpening fragment previously closed u...

androidandroid-architecture-componentsandroid-jetpackandroid-architecture-navigation

Read More
How ViewModel survives configuration change...

androidmvvmandroid-architecture-componentsandroid-viewmodel

Read More
How can I run a service the would have access to my database and could run operations on it, but won...

androidmultithreadingservicearchitectureandroid-architecture-components

Read More
Does ViewModel survive Activity save and restore?...

androidviewmodelandroid-architecture-componentsandroid-viewmodelview-model-pattern

Read More
LiveData + ViewModel + Room: Exposing a LiveData returned by query which changes over time (Through ...

androidkotlinandroid-roomandroid-architecture-componentsandroid-livedata

Read More
How to observe Repository LiveData from Fragment via ViewModel...

androidkotlinandroid-architecture-componentsandroid-livedatakotlin-coroutines

Read More
How to pass data binding variable as xml attribute to custom view...

androidandroid-custom-viewandroid-databindingandroid-architecture-componentsandroid-livedata

Read More
How to use shared element transitions in Navigation Controller...

androidandroid-architecture-componentsnavigationcontroller

Read More
LifecycleOwner: difference between Fragment (self) and Fragment#viewLifecycle...

androidandroid-fragmentsandroid-lifecycleandroidxandroid-architecture-components

Read More
How to pass "bitmap" as argument using safe args...

androidandroid-architecture-componentsandroid-jetpackandroid-architecture-navigationandroid-safe-args

Read More
How to apply transition to fragments using the new Navigation Graph?...

javaandroidandroid-fragmentsandroid-architecture-componentsandroid-architecture-navigation

Read More
custom back button - Android Navigation...

androidandroid-architecture-componentsandroid-navigation

Read More
An Annotation argument must be a compile time constant...

androidkotlinandroid-roomandroid-architecture-componentsandroid-jetpack

Read More
Android Navigation Error: java.lang.IllegalArgumentException: navigation destination com.example--- ...

androidandroid-studioandroid-fragmentsandroid-architecture-componentsandroid-architecture-navigation

Read More
Android MVVM: How to handle network request failiures?...

androidandroid-architecture-componentsandroid-livedataandroid-viewmodel

Read More
The correct way to obtain a ViewModel instance outside of an Activity or a Fragment...

androidandroid-architecture-componentsandroid-viewmodel

Read More
Android Architecture Components: using ViewModel for RecyclerView items...

androidmvvmandroid-recyclerviewandroid-architecture-components

Read More
Room nested query and subquery...

androidandroid-roomandroid-architecture-components

Read More
Should DialogFragments have their own ViewModel or should they use the ViewModel of their containing...

androidandroid-dialogfragmentandroid-architecture-componentsandroid-viewmodel

Read More
Observe not called with LiveData<PagedList>...

androiddatasourceandroid-architecture-componentsandroid-livedatapagedlist

Read More
Android Livedata Observer Coroutine Kotlin...

androidkotlinandroid-architecture-componentskotlin-coroutines

Read More
Why I have StackOverflowError when implementing Include in Navigation Controller?...

androidandroid-jetpackandroid-architecture-components

Read More
What is the limit when passing data between fragments when using Navigation Components?...

androidfragmentandroid-architecture-componentsandroid-viewmodelandroid-architecture-navigation

Read More
BackNext