Following is my db creation code.
@Override public void onCreate(SQLiteDatabase db) { db.execSQL(\"CREATE TABLE \" + TABLE_NAME + \" (\" +
REAL is what you are looking for. Documentation of SQLite datatypes
REAL