I could run this project with: Android Studio Version 3.3.1 JRE: 1.8.0_152-release-1248-b01 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o macOS 10.14.6
This project implement a simple Notepad function. Users can add a new record, modify and delete existing records.
The Android App should have the following functions:
- Create a text-only note and save a newly created note. The information should be stored in SQLite Database.
- Edit notes that are opened, and save the changes.
- Delete saved notes.
- An options menu to each note that displays possible actions that can be applied to a note.
- Ability to embed images into notes.
- Add bold, underlined and italics text options to the user who creates a note.
- Add background colours to individual notes.