Hi, I like your blog post about this library and I think this is a good way to go with SQLite handling in Android.
I have a question about possibilities of Annotation processing. Is it possible to generate CREATE TABLE SQL script for ObjectMappable annotated classes? It is something that could be resolved in compile time and user then dont have to write that boring code.
Also I think that huge boilerplate saver would be if Mapper could return filled ContentValues with values of object.
I dont have so much experiences with annotation processing so I dont know if there are some limitations.
Thanks for response and for great library.
Hi, I like your blog post about this library and I think this is a good way to go with SQLite handling in Android.
I have a question about possibilities of Annotation processing. Is it possible to generate CREATE TABLE SQL script for ObjectMappable annotated classes? It is something that could be resolved in compile time and user then dont have to write that boring code.
Also I think that huge boilerplate saver would be if Mapper could return filled ContentValues with values of object.
I dont have so much experiences with annotation processing so I dont know if there are some limitations.
Thanks for response and for great library.