Search code examples
Using LiveData with Data Binding...

androidkotlinandroid-databindingandroid-architecture-componentsandroid-mvvm

Read More
Deep linking from Notification - how to pass data back up through the backstack?...

androidandroid-architecture-componentsandroid-architecture-navigationandroid-deep-linkandroid-navigation-graph

Read More
PositionalDataSource refresh on Android...

androidandroid-architecture-componentsandroid-paging

Read More
Object is changed after sending it to another Fragment...

androidandroid-fragmentskotlinandroid-architecture-componentsandroid-architecture-navigation

Read More
Trigger a second query from LiveData and merge results (Firestore)?...

androidfirebasegoogle-cloud-firestoreandroid-architecture-componentsandroid-livedata

Read More
Should I use an Android paging library for a small list?...

kotlinandroid-recyclerviewandroid-architecture-components

Read More
Good practice for communicate between viewModel and fragment...

androidviewmodelandroid-architecture-componentsandroid-viewmodelandroid-mvvm

Read More
Is it a good practice to observeForever in Repository class? db+network paged list...

androidandroid-livedataandroid-architecture-componentsandroid-mvvmandroid-paging

Read More
Use bottomsheet's action to open another dialogfragment without crashing android navigation comp...

androidandroid-dialogfragmentandroid-architecture-componentsbottom-sheetandroid-architecture-navigation

Read More
Multi-module Navigation with Architecture Components...

androidandroid-architecture-componentsandroid-architecture-navigation

Read More
Using PeriodicWorkRequest to populate a DB using Room...

androidandroid-roomandroid-architecture-componentsandroid-viewmodelandroid-workmanager

Read More
Room's `onDelete = CASCADE` not working during a migration...

androidandroid-roomandroid-architecture-components

Read More
Android navigation component resets to start destination after configuration change...

androidandroid-architecture-componentsandroid-jetpackandroid-architecture-navigationonconfigurationchanged

Read More
ViewModelProviders with Dagger 2, not able to grasp the concept...

androidretrofitdagger-2android-architecture-componentsandroid-viewmodel

Read More
Repository vs Content Providers in MVVM...

androidmvvmrepositoryandroid-contentproviderandroid-architecture-components

Read More
How to create BottomSheetDialogFragment using Navigation Architecture Component?...

androidandroid-architecture-componentsbottom-sheetandroid-architecture-navigation

Read More
Android LiveData: Difference between LiveData provided as method or as variable...

androidandroid-livedataandroid-architecture-componentsandroid-livedata-transformations

Read More
How to properly add options menu on a single fragment with navigation component without broke "...

androidandroid-fragmentsandroid-architecture-componentsandroid-jetpackandroid-architecture-navigation

Read More
Why do we separate ViewModels per Activity/Fragment?...

androidmvvmviewmodelandroid-livedataandroid-architecture-components

Read More
ViewModel is recreated after rotation; if injected directly with dagger2...

androidkotlindagger-2android-architecture-componentsandroid-mvvm

Read More
Seting Live Data value multiple time only fire the last time to Observer...

androidandroid-livedataandroid-architecture-components

Read More
How to Update the previous screen if using navigation component?...

androidkotlinnavigationandroid-architecture-components

Read More
Dependency Resolution error Android Studio...

javaandroidmavenandroid-architecture-components

Read More
Cannot import android.arch.persistence.room.testing.MigrationTestHelper...

androiddatabase-migrationandroid-roomandroid-architecture-components

Read More
WorkManager: Call doWork() immediately for test purposes...

androidandroid-architecture-componentsandroid-workmanager

Read More
Navigation Architecture Component: FragmentManager is already executing transactions...

androidandroid-fragmentsandroid-viewpagerandroid-architecture-componentsandroid-architecture-navigation

Read More
Network pojo class and database entity class, how to avoid duplication...

androidrestretrofit2android-roomandroid-architecture-components

Read More
How to test a Fragment with a ViewModel scoped in a graph...

androidandroid-architecture-components

Read More
Fragment testing: Only the original thread that created a view hierarchy can touch its views...

androidandroid-fragmentsandroid-livedataandroid-architecture-componentsandroid-fragmentscenario

Read More
Will data binding unregister listeners from a ViewModel implementing Observable?...

androidandroid-databindingandroid-livedataandroid-architecture-components

Read More
BackNext