https://github.com/siteddv/notepad-app
Notepad app for Android. Java, SQLite, multithreading
https://github.com/siteddv/notepad-app
android android-app android-application android-development android-studio android-ui multithreading notepad sqlite sqlite-android sqlite-database sqlitedatabase
Last synced: 5 months ago
JSON representation
Notepad app for Android. Java, SQLite, multithreading
- Host: GitHub
- URL: https://github.com/siteddv/notepad-app
- Owner: siteddv
- Created: 2021-07-09T07:27:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T17:03:41.000Z (over 4 years ago)
- Last Synced: 2025-03-24T15:28:21.134Z (10 months ago)
- Topics: android, android-app, android-application, android-development, android-studio, android-ui, multithreading, notepad, sqlite, sqlite-android, sqlite-database, sqlitedatabase
- Language: Java
- Homepage:
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notepad app
## About
This application is designed to use notepad, You can create, save, use and delete notes.
## Mission
The main mission of creation this app is to acquire practical skills of making multithreading apps and DB using for Android in Java. I divided app into 2 threads: UI and DB. For example, you can't return to main page, when page hasn't saved all the data yet and so on.
## Interface
###### This picture is in GIF format. If you want to look at the interface, please wait.

## Technologies used
Java, SQLite, Android Studio
## Links
* [Download ZIP](https://github.com/vino-gradom/notepad-app/archive/refs/heads/master.zip)
## Commit types
* **feature:** used when adding new app-level functionality
* **fix:** if you fixed some bug
* **docs:** everything about documentation
## How to clone the repository to a local machine?
1) Move to desired folder
2) Type this git code
```git
git clone https://github.com/vino-gradom/notepad-app.git .
```
## Have a nice experience with the repository!