Ady-6720 / Notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:Java 100.0%