5
chipset
8y

While fetching data from a cursor, cursor.getString(cursor.getColumnIndex(COL_NAME)); was giving -1.

The issue? Did not call cursor.moveToFirst();

Was stuck on this for 3 days 😓

Comments
Add Comment