Functioning edit of the greenDAO tutorial with deprecated code replaced.
DaoTest is hosted in the following web site
https://github.com/mikeBlackman/DaoTest
If you think the Android project DaoTest listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of DaoTest.
Item | Value |
---|---|
Java File Count | 10 |
Target SDK Version | 19 |
Minimum SDK Version | 11 |
Activity Count | 1 |
jar files used | freemarker-2.3.20.jar greendao-1.3.7.jar greendao-generator-1.3.1.jar greendao-generator-1.3.1.jar |
DaoTest has the following Java source files.
com.example.mydaoexample.Customer.java com.example.mydaoexample.CustomerDao.java com.example.mydaoexample.DaoMaster.java com.example.mydaoexample.DaoSession.java com.example.mydaoexample.Note.java com.example.mydaoexample.NoteActivity.java com.example.mydaoexample.NoteDao.java com.example.mydaoexample.Order.java com.example.mydaoexample.OrderDao.java com.example.mydaoexamplegenerator.ExampleDaoGenerator.java