Cursor query (Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)
출처 - http://www.mfamstory.com/ Cursor query (Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) : Uri를 입력하여 쿼리를 수행하여 Cursor로 그 결과를 받는다. uri The URI, using the content:// scheme, for the content to retrieve. URI 를 사용하여 content:// 데이터들을 검색할 수 있습니다. projection A list of which columns to return. Passing null will return all columns, which is discouraged to prev..
2012. 2. 6.