W/System.err(15366): android.database.CursorIndexOutOfBoundsException: サイズ 1 のインデックス 1 が要求されました
byte[] bytes = cur.getBlob(cur.getColumnIndex(imgarr.get(i)));
ByteArrayInputStream input = new ByteArrayInputStream(bytes);
Bitmap bit = BitmapFactory.decodeStream(input);