PP_Notatkon/README.md

20 lines
555 B
Markdown
Raw Normal View History

2021-03-08 10:59:26 +01:00
# Notatkon - simple note app
>A simple note taking app inspired by MIUI Notes for android
### Features
* Add note
* Edit note
* Delete note
* Search note by keyword
## Technologies
Project is created with:
* Java 8
* Android Studio
2021-03-08 11:28:58 +01:00
* SQLite (Room library)
<img src="app/src/main/res/images/2.png" width="254px" height="495px"> <img src="app/src/main/res/images/1.png" width="254px" height="495px">
<img src="app/src/main/res/images/3.png" width="254px" height="495px"> <img src="app/src/main/res/images/4.png" width="254px" height="495px">