Android Room Database with MVVM Architecture

This post is about how to use Room Database with MVVM Architecture with the help of a simple application.     What is MVVM? MVVM architecture is a Model-View-ViewModel architecture. It allows separating the user interface logic from the business (or the back-end) logic. Its target is to keep UI code simple and free of app logic […]

Android Room Database with MVVM Architecture Read More »