This is a simple Android note-taking app created with Java, XML, and SQLite.
- View a list of all notes.
- Create a new note with a heading and details.
- Edit existing notes.
- Delete notes.
- Save and retrieve notes from SQLite database.
- Android Studio
- Android device or emulator
- Clone the repository
git clone https://github.com/your-username/notes-app.git
- Open the project in Android Studio
- Run the app on an Android device or emulator
- Open the app to view the list of notes
- Click on "New Note" to create a new note
- Click on a note heading to edit the note
- Long press on a note to delete it
Contributions are welcome! If you find any issues or have suggestions, please open an issue or create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.