The simple use is: Cursor cursor = db.query(...); while (cursor.moveToNext()) { ... } moveToFirst is used when you need to start iterating from start after ...
確定! 回上一頁