Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.03 KB

Offline-Notes

Using this app one can store notes without connecting to internet.It includes implementation of SQLite database,RecyclerView,AlertDialog and FloatingActionButton.

Performs basic CRUD operations which are:

  • Create
  • Read
  • Update
  • Delete

Following are some screenshots of this application

view

This is the main screen.

add

One can add a note using the green add button and then click on save.

update

One can also update an existing note using the green update button present in each note.

delete

One can delete a note by clicking on the dustbin present in each note and then confirming the delete.