rohitj782 / Notes-Android-App

Notes App using Room & MVVM Architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotesAppUsingRoom

Database: It is an abstract class annotated with @Database and extending RoomDatabase.

Entity: It represents table in our database.

DAO: It is an interface needed for every entity to access the database.

About

Notes App using Room & MVVM Architecture


Languages

Language:Kotlin 100.0%