pushtorefresh / storio

Reactive API for SQLiteDatabase and ContentResolver.
Apache License 2.0
2.55k stars 182 forks source link

Add info about supported field types (Annotation Processor) #497

Closed artem-zinnatullin closed 9 years ago

artem-zinnatullin commented 9 years ago

http://stackoverflow.com/questions/32259956/what-are-the-various-column-types-you-can-have-in-storio

artem-zinnatullin commented 9 years ago

BTW, there is now an entity in sample app that uses all types of fields supported by SQLite Annotation Processor https://github.com/pushtorefresh/storio/blob/master/storio-sample-app/src/main/java/com/pushtorefresh/storio/sample/db/entities/AllSupportedTypes.java