I have an SQLite db and I have to make it work with an Android application.
So my question is: Is there any way to generate JAVA classes automatically from an SQLite db model? This db has several tables and I would like to get a JAVA class for each table to handle easily my datas.
Thanks.