답변

1

find a specific row은 무엇입니까? Cursor c = (Cursor) adapter.getItem(position)으로 전화하여 사용자가 선택한 위치를 가리키는 커서를 가져올 수 있습니다. 그런 다음 cursor.getString(cursor.getColumnIndexOrThrow("columnName"))과 같은 데이터를 검색 할 수 있습니다.