I\'m putting a float in an Android based SQLite database, like so:
private static final String DATABASE_CREATE = \"create table \" + DATABASE_TABLE + \"
The following thing worked for me:
Set the Column type to Double and insert rows using Double data type for Java. Somehow Double worked...