Phase 1

In this assignment, you will build an app for taking simple notes. The user interface has two parts. The upper part contains an EditText for writing a note and a button to add that note to the current list. The lower part is a list of notes (designed as a ScrollView over an LinearLayout), each note is editable and has a button next to it to remove it from the list. A simple demo of this app has been built in class and uploaded in the shared folder.

Phase 2

Improve the app developed with two new functions:

1. Store the notes when the app is closed, and re-load them when the app is open (e.g., using SharedPreferences)

2. Add a search feature with a text box for entering keywords and a Search button. When the button is clicked, display only notes containing at least a keyword in the text box. If the text box is empty then display all notes.

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.