/android-dev-lab1java

Simple CRUD Notepad.

Primary LanguageJava

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