Skip to content

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.

Notifications You must be signed in to change notification settings

xenonnn4w/iNotes

 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%