Live Data Live data is part of Android Architecture Components which are basically a collection of libraries that help you design robust, testable, and maintainable apps. It is an Observable data class — Meaning it can be observed by other components — most profoundly UI controllers (Activities/Fragments). So, instead of having a reference of the...