skip to Main Content

Android Studio – I want to make a listview of some details,it needs to print out the details that are entered.error:Couldn't read row 0, col -1 from CursorWindow

Caused by: java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it. I changed android:allowBackup="true" into "False" In android manifest. public class ListViewActivity extends Activity { SQLiteHelper SQLITEHELPER; SQLiteDatabase…

VIEW QUESTION
Back To Top
Search