Hello, tell me, please, how can the data be removed in the gridview. I take the data from the base like this:
mDbHelper = new SqlDB(this); SQLiteDatabase db2 = mDbHelper.getReadableDatabase(); Cursor Cursor1 = db2.rawQuery("select * from schet;", null); startManagingCursor(Cursor1);