An open API service indexing awesome lists of open source software.

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

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.