/Notes-App

An app in which you can create your own notes and also delete it if required. The notes are displayed with the help of recycler view and this app follows the modern MVVM architecture consisting of DAO, database, viewModel, Repository, Activity and more.

Primary LanguageKotlin

Notes-App

An app in which you can create your own notes and also delete it if required. The notes are displayed with the help of recycler view and this app follows the modern MVVM architecture consisting of DAO, database, viewModel, Repository, Activity and more.

This app uses a similar architecture to the MVVM (Model View View-Model) architecture.

⭐I have added detailed explanation of the entire codebase in the form of comments so that anyone familiar with Kotlin and MVVM can understand.

1.Overview of Notes App:




2.Enter a note and click on submit button




3.We can see that the note has been added as a part of recycler view.




4. Also on clicking submit button a toast message is shown:




5.Similarly we can see the same for another note:







6.Similarly we can delete a note by clicking on the delete button :




7.Then the note is deleted and a toast message also appears: