You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xly bad8739b0c
v1
10 months ago
..
.idea v1 10 months ago
app v1 10 months ago
gradle/wrapper v1 10 months ago
.gitignore v1 10 months ago
LICENSE.txt v1 10 months ago
README.md v1 10 months ago
build.gradle.kts v1 10 months ago
gradle.properties v1 10 months ago
gradlew v1 10 months ago
gradlew.bat v1 10 months ago
settings.gradle.kts v1 10 months ago

README.md

Notes App

This is a simple Android note-taking app created with Java, XML, and SQLite.

Features

  • 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.

Getting Started

Prerequisites

  • Android Studio
  • Android device or emulator

Installation

  1. Clone the repository
git clone https://github.com/your-username/notes-app.git
  1. Open the project in Android Studio
  2. Run the app on an Android device or emulator

Usage

  • 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

Contributing

Contributions are welcome! If you find any issues or have suggestions, please open an issue or create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.