ylyubchenko / android-dev-lab1java

Simple CRUD Notepad.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TL;DR

Crappy notepad in which you can create, read, update and delete notes.

Class Note contains following fields:

type name
int noteId
String description
long date
Importance importance
String imagePath

About

Simple CRUD Notepad.


Languages

Language:Java 96.8%Language:Kotlin 3.2%