/MeetUp

Primary LanguageJava

MeetUp - GreenDao

Example of usage and comparision android ORM libraries In tests are presented CRUD operation with usage GreenDAO and ORMLite library. Sample application to manage table football matches with usage greendao library - GreenDao

Presentation

Slides - PL: (https://github.com/mkonicki/MeetUp/blob/master/GREENDAO.pptx)

Libraries

Database model

Database used in application was presented on diagram DatabaseModel

In catalog Entities is presented modeling database presented on diagram with usage each of libraries To change library please change branch.

CRUD operaions

In class PlayerTest are presented Create and Read operations with usage GreenDao library. In class MatchTest are presented all CRUD operations.