greenrobot / greenDAO

greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.
http://greenrobot.org/greendao/
12.63k stars 2.89k forks source link

Provide a better example project #21

Open greenrobot opened 12 years ago

greenrobot commented 12 years ago

The current example project is very limited. Either extend it to show more features of greenDAO, or provide a second example project (and keep the existing example simple).

manuelciosici commented 12 years ago

More specifically which features of greenDao should be in the examples? Could we use more example projects (how many)?

greenrobot commented 12 years ago

Potentially all features... ;) Because people have often problems with relations and editing them, especially 1:N (and maybe even bidirectional), that would be top priority. Some variations of QueryBuilder would be cool too.

I think it would be cool to have an additional larger example that demonstrates many features would be cool.