News

Android Architecture Components: Creating an app using Room, LiveData, and ViewModel In this post we'll focus on what Android Architecture Components are, and how to use them.
Google has shipped Architecture Components 1.0, a stable version of the guidance and libraries package for helping developers construct Android apps. Launched as a preview at the Google I/O conference ...
The Lifecycles library introduces the following components: Lifecycle – An abstract class that has an Android Lifecycle attached to it. Objects can observe this state and act accordingly.