This is a simple Android Appliaction for saving and viewing Notes using SQLite
- Using recyclerview adapter for displaying all notes
- On note click -> new view with information about the note
- Options to edit and delete notes when viewing note
- Option to delete notes with swiping (+ undo function)
- Option to add a new note
- Auto save
- ID (hidden)
- Title (for displaying in the list)
- Note (the information of the note)
- Timestamp (date)