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

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

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.
![App interface](https://github.com/vino-gradom/notepad-app/blob/master/app/src/main/res/drawable/interface.gif)

## 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!