My Notes is a simple and intuitive note-taking app developed for Android devices using Java and Room database in the MVVM architecture. With this app, you can easily create, edit, and delete notes, as well as organize them with labels and categories.
- Create and save notes with a title, content, and optional labels
- Edit existing notes
- Delete Notes
- Java programming language
- Android SDK
- Room database for data storage
- MVVM architecture for code organization and separation of concerns
Contributions to the project are welcome! If you find a bug or have a feature request, please open an issue on the GitHub repository. If you'd like to contribute code, please fork the repository, make your changes, and submit a pull request.