GreenDAO 3 with Android studio

408 views Asked by At

I used to work with GreenDAO in Android Studio, in 2.1.0 version, to include GreenDAO to my project, I will create a generator module. In the module's build.gradle, I will add this line.

compile 'de.greenrobot:greendao-generator:2.1.0'

Then I will define my entities, run the gradle build task and the entities will be generated. Now I hear about GreenDAO version 3. I can't find a full tutorial which show me the full process like version 2.1.0. In their homepage, I can see a short example about notation, but don't know how to "add greenDAO 3 support" to my project" at all. Could you give me a detail?

0

There are 0 answers