Comprehending Android Architecture Components like LiveData, Room and ViewModel

The subsequent discussion revolves around major android architecture, underlying components, and their basic usage. Creating a basic android app requires taking some input from the user (via LiveData), saving that input into the local database (i.e. Room) and showing it on the screen (via ViewModel). Let’s start with an introduction to software architecture and SDLC:… Continue reading Comprehending Android Architecture Components like LiveData, Room and ViewModel