spacecowboy / AndroidCodeGenerator

This is a python module which generates Android classes. It is most useful for creating an initial database and contentprovider for a project.
GNU General Public License v2.0
48 stars 8 forks source link

Additional data types #1

Open matuck opened 11 years ago

matuck commented 11 years ago

What about additonal data types such as boolean. I didnt see a way with the generate to create a boolean java field.

matuck commented 11 years ago

Would it not be better to build the tables with the java data type. Then convert that to an equivilant sqlite datatype?

spacecowboy commented 11 years ago

All types have not been implemented yet. It's still in early development.