android Programming Glossary: groupcursor
SimpleCursorTreeAdapter and CursorLoader for ExpandableListView http://stackoverflow.com/questions/10611927/simplecursortreeadapter-and-cursorloader-for-expandablelistview childrenTo mActivity ContactManager context mFragment glf @Override protected Cursor getChildrenCursor Cursor groupCursor Given the group we return a cursor for all the children within that group int groupId groupCursor.getInt groupCursor .getColumnIndex.. Cursor groupCursor Given the group we return a cursor for all the children within that group int groupId groupCursor.getInt groupCursor .getColumnIndex ContactsContract.Groups._ID Log.d DEBUG_TAG getChildrenCursor for groupId groupId Loader.. groupCursor Given the group we return a cursor for all the children within that group int groupId groupCursor.getInt groupCursor .getColumnIndex ContactsContract.Groups._ID Log.d DEBUG_TAG getChildrenCursor for groupId groupId Loader loader mActivity.getLoaderManager..
|