https://github.com/chuthientuan/noteapp-android
NoteApp-Android is a simple note-taking application developed in Java for Android devices
https://github.com/chuthientuan/noteapp-android
android android-app android-studio material-design note-app notes recyclerview room-database rounded-imageview
Last synced: about 2 months ago
JSON representation
NoteApp-Android is a simple note-taking application developed in Java for Android devices
- Host: GitHub
- URL: https://github.com/chuthientuan/noteapp-android
- Owner: chuthientuan
- License: apache-2.0
- Created: 2024-07-08T03:55:15.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T15:22:27.000Z (over 1 year ago)
- Last Synced: 2025-05-12T12:11:20.759Z (about 1 year ago)
- Topics: android, android-app, android-studio, material-design, note-app, notes, recyclerview, room-database, rounded-imageview
- Language: Java
- Homepage:
- Size: 549 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NoteApp-Android
## Overview
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.
## Key Features
- Create, edit, and delete notes
- Store notes locally using Room Database
- Material Design UI
- RecyclerView for displaying notes
- Rounded image view for note thumbnails
## Installation
1. Clone the repository:
```sh
git clone https://github.com/chuthientuan/NoteApp-Android.git
```
2. Open the project in Android Studio.
3. Build the project using Gradle.
## Usage
1. Launch the application on your Android device.
2. Use the floating action button to add a new note.
3. Tap on any note to edit or delete it.
## Technologies Used
- Programming Language: Java
- Framework: Android SDK
- Libraries:
- Room Database
- RecyclerView
- Material Design Components
## Screenshots
## License
This project is licensed under the MIT License.