greendao
GreenDao Android Studio
Tested on Android Studio 2.0 With Android Studio 0.6.1+ (and possibly earlier) you can easily add non android project to your android project as a module. Using below method you can have Java modules(greenDaoGenerator) and Android modules in the same project and also have the ability to compile and run Java modules as stand alone … Read more
GreenDAO schema update and data migration?
Thinking about the pleonasmik’s approach (by the way, thanks, it was really helpfull), I created one MigrationHelper class. How it works: The class catch all the Daos that you got Creates the temporary tables based on the old version’s scheme (generateTempTables method) Import all the data to this new tables (generateTempTables method) Drop all the … Read more
Green DAO vs ORM lite vs Active Android [closed]
I would suggest ORMlite its open source freeware & has good documentation also it support java as well as android. It has good developer support & many application running on ORMlite (Including I have developed 🙂 ). check this comparison of ORMLite & Green DAO for your referance.