¡@

Home 

2014/10/16 ¤W¤È 08:14:30

android Programming Glossary: groupsadapter

SimpleCursorTreeAdapter and CursorLoader for ExpandableListView

http://stackoverflow.com/questions/10611927/simplecursortreeadapter-and-cursorloader-for-expandablelistview

ContactsContract.Groups.DATA_SET GroupsAdapter mAdapter @Override public void onActivityCreated Bundle savedInstanceState.. void populateContactList Set up our adapter mAdapter new GroupsAdapter getActivity this android.R.layout.simple_expandable_list_item_1.. which subclasses SimpleCursorTreeAdapter public class GroupsAdapter extends SimpleCursorTreeAdapter private final String DEBUG_TAG..

SimpleCursorTreeAdapter and CursorLoader for ExpandableListView

http://stackoverflow.com/questions/10611927/simplecursortreeadapter-and-cursorloader-for-expandablelistview

ContactsContract.Groups.ACCOUNT_NAME ContactsContract.Groups.ACCOUNT_TYPE ContactsContract.Groups.DATA_SET GroupsAdapter mAdapter @Override public void onActivityCreated Bundle savedInstanceState super.onActivityCreated savedInstanceState populateContactList.. null Populate the contact list private void populateContactList Set up our adapter mAdapter new GroupsAdapter getActivity this android.R.layout.simple_expandable_list_item_1 android.R.layout.simple_expandable_list_item_1 new String.. setListAdapter mAdapter And here is my adapter which subclasses SimpleCursorTreeAdapter public class GroupsAdapter extends SimpleCursorTreeAdapter private final String DEBUG_TAG getClass .getSimpleName .toString private ContactManager..