NoteApp-Android is a simple note-taking application developed in Java for Android devices. It features a clean and intuitive Material Design interface for creating, editing, and deleting notes. The application uses Room Database for local data storage and RecyclerView for displaying notes.
- Create, edit, and delete notes
- Store notes locally using Room Database
- Material Design UI
- RecyclerView for displaying notes
- Rounded image view for note thumbnails
- Clone the repository:
git clone https://github.com/chuthientuan/NoteApp-Android.git
- Open the project in Android Studio.
- Build the project using Gradle.
- Launch the application on your Android device.
- Use the floating action button to add a new note.
- Tap on any note to edit or delete it.
- Programming Language: Java
- Framework: Android SDK
- Libraries:
- Room Database
- RecyclerView
- Material Design Components
This project is licensed under the MIT License.




