Skip to content

Paradonized/Notes

Repository files navigation

Notes

Notes is an android app made with Android studio and written in Java.
GitHub last commit

Features

  • CRUD operations on notes.
  • Dates are automatically recorded on the note when it is created or updated.
  • Pinned notes cannot be deleted.
  • Search by text or/and title of the note.
  • Empty note cannot be created.
  • No loss of information when the screen is rotated.

Screenshots

Home Popup Create Note Search Note View Note

Technical Part

  • RecyclerView is used in order to visualize all notes.
  • RelativeLayout is used in order to fit as many notes as possible and to lessen the empty space between notes.
  • With CardView is visualized each note with its title (if it has one), content and date of creation.
  • Popup menu is used for deleting or pinning/unpinning notes.
  • RoomDB is used as our database.

Future improvements

  • Profiles.
  • Tags.
  • Filter by tags.
  • Side menu.

About

Android app written in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages