Just a simple notes app used in my tutorials.
Add notes to Room Database, display them on a recyclerview, and delete them as well.
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)