Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 831 Bytes

File metadata and controls

29 lines (20 loc) · 831 Bytes

Description

This is a simple Android Appliaction for saving and viewing Notes using SQLite

Image

Functionality

  • 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

Image

Notes

  • ID (hidden)
  • Title (for displaying in the list)
  • Note (the information of the note)
  • Timestamp (date)