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.
- Create new notes
- Edit existing notes
- Delete notes
- View a list of all notes
- Search notes by title or content (comming soon)
To install the app, simply download the APK file from the releases page and install it on your Android device.
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.
- Kotlin
- RoomDB
- Material Design guidelines
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.
The Notes App is open-source software licensed under the MIT license.