New posts in android-architecture-components

BoundService + LiveData + ViewModel best practice in new Android recommended architecture

Android Jetpack Navigation, BottomNavigationView with Youtube or Instagram like proper back navigation (fragment back stack)?

Android ViewModel has no zero argument constructor

How to get a result from fragment using Navigation Architecture Component?

Why LiveData observer is being triggered twice for a newly attached observer

Room "Not sure how to convert a Cursor to this method's return type": which method?

How and where to use Transformations.switchMap?

Manually clearing an Android ViewModel?

How can I represent a "many to many" relation with Android Room when column names are same?

Room Persistence: Error:Entities and Pojos must have a usable public constructor

What is the difference between map() and switchMap() methods?

LiveData prevent receive the last value when start observing

Cannot create an instance of class ViewModel

Why there's a separate MutableLiveData subclass of LiveData?

Android Room: Insert relation entities using Room

How to update LiveData of a ViewModel from background service and Update UI

Observing LiveData from ViewModel

Lifecycle State always INITIALIZED

Cannot go back to Main Fragment after going into SettingsFragment using ActionBar

Android Room Persistence Library: Upsert