Skip to content

MyGroceryList #1

@Keoooo

Description

@Keoooo

Having Problems With the MyGroceryList code.

public void onCreate(SQLiteDatabase db) {
String CREATE_GROCERY_TABLE = "CREATE TABLE " + Constants.TABLE_NAME + "("
+ Constants.KEY_ID + " INTEGER PRIMARY KEY," + Constants.KEY_GROCERY_ITEM + " TEXT,"
+ Constants.KEY_QTY_NUMBER + " TEXT,"
+ Constants.KEY_DATE_NAME + " LONG);";

I have typed it correctly but The SQL code goes orange and causes the app to not work?

    db.execSQL(CREATE_GROCERY_TABLE);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions