Notes is an android app made with Android studio and written in Java.
- 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.
- 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.
- Profiles.
- Tags.
- Filter by tags.
- Side menu.