9/25/2015

Android Studio + Genymotion Emulator

9/22/2015

Select from db but CursorIndexOutOfBoundsException Index 2 requested, with a size of 2

Android SQLite Delete Row From Table Where 2 Arguments ...

public void delete(String dan, int vrijeme){
    db.delete(TABLE_NAME, 
            TABLE_COLUMN_ONE + " = ? AND " + TABLE_COLUMN_TWO + " = ?", 
            new String[] {dan, vrijeme+""});
}