Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.56 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.56 KB

Notes App

The Notes App is a simple Android application that allows users to create, edit, and delete notes. The app uses a RoomDB to store the notes locally on the device.

Features

  • Create new notes
  • Edit existing notes
  • Delete notes
  • View a list of all notes
  • Search notes by title or content (comming soon)

Installation

To install the app, simply download the APK file from the releases page and install it on your Android device.

Usage

When you first open the app, you will be presented with a list of all your notes. To create a new note, click on the floating action button (+) at the bottom right corner of the screen. To edit an existing note, simply click on the note in the list. To delete a note, long press on the note in the list and select "Delete" from the context menu.

Technologies Used

  • Kotlin
  • RoomDB
  • Material Design guidelines

ScreenShot

image image

Contributing

Contributions to the Notes App are always welcome! If you find a bug or have a feature request, please open an issue on the Issues page. If you would like to contribute code, please fork the repository and create a pull request.

License

The Notes App is open-source software licensed under the MIT license.