This Android application allows users to create, read, update, and delete notes. The notes are stored locally using the SQLite database.
To set up the project on your local machine, follow these steps:
-
Clone the Repository:
git clone <https://github.com/rexflores/NotesApp.git>
-
Open in Android Studio: Open Android Studio and select "Open an Existing Project". Navigate to the directory where you cloned the repository and select the project.
-
Build the Project: Build the project by clicking on the "Build" menu and then selecting "Build Project".
-
Run the App: Connect an Android device or emulator and run the app by clicking on the "Run" button in Android Studio.
- Create Note: Add new notes with a title and content.
- Read Note: View the list of existing notes on the dashboard.
- Update Note: Edit the title and content of existing notes.
- Delete Note: Remove a note from the list.
-
Dashboard:
- Upon opening the app, you will see a dashboard displaying all your notes.
- Click on a note to view and edit its details.
-
Add New Note:
- To add a new note, click on the "Add Note" button on the dashboard.
- Enter a title and content for your note and click "Save".
-
Edit Note:
- To edit an existing note, click on the note you want to edit from the dashboard.
- Modify the title and/or content and click "Save" to update the note.
-
Delete Note:
- To delete a note, swipe left or long-press on the note in the dashboard.
- Confirm the deletion when prompted.
- Android Studio
- Java
- SQLite Database


Contributions are welcome! If you find any bugs or have suggestions for improvement, please create an issue or submit a pull request.