Skip to content

DyNamite-TNT-1/basic-note-android

Repository files navigation

basic-note-android

Basic App by Java Android. Basic UI Note App has CRUD by Room. Save data in a local database using Room.

Load list/ Pull to refresh

Search list

(Buttons on the action bar to interact with the SEARCH bar)

Add new Note

(CHECK the title or description os the note already exists before ADDing)

Validation and show Error

(Title or description is empty)

Edit Note

(Click on Note to EDIT)

Delete Note

(Click on icon bin at the end of each Note to DELETE. Show dialog to confirm DELETE the note)

Delete All Note List

(Click on icon bin at the end of the custom action bar to DELETE all. Show dialog to confirm DELETE all notes)