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
Slides - PL: (https://github.com/mkonicki/MeetUp/blob/master/GREENDAO.pptx)
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.
In class PlayerTest are presented Create and Read operations with usage GreenDao library. In class MatchTest are presented all CRUD operations.