Skip to content

Raj-m01/CRUD-app

Repository files navigation

CRUD-app

This repo contains an Android project that demonstrates the implementation of CRUD operations using ROOM DB and the MVVM architecture. It's a great resource for beginners who want to learn how to build Android apps with the MVVM architecture and use ROOM DB for local data storage.

The project allows users to create, read, update, and delete posts. It's built using the Android Architecture Components, including ViewModel and LiveData, and uses ROOM DB for local data storage.

By following the code in this repo, beginners can learn how to structure their projects using the MVVM architecture and use ROOM DB to perform CRUD operations. It's a great starting point for anyone looking to build Android apps with modern architecture and best practices.