Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 777 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 777 Bytes

Just a simple notes app used in my tutorials.
Add notes to Room Database, display them on a recyclerview, and delete them as well.

The project contains different branches for each stage of development:

Initial - The way the project was at the beginning of the turorial. No MVVM, and not functional at all.
WithMVVM - The Project after we added MVVM. It is fully operational, as seen in the attached images. (Without Dependency Injection)
(will be added - With Dependency Injection, and MVVM)
(will be added - With a Home Screnn Widget, Showing the list on your home screen)

Some ScreenShots

Screenshot 2022-09-11 153310