¡@

Home 

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

android Programming Glossary: groupslistfragment

SimpleCursorTreeAdapter and CursorLoader for ExpandableListView

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

class which implements the CursorLoader public class GroupsListFragment extends ExpandableListFragment implements LoaderManager.LoaderCallbacks.. .toString private ContactManager mActivity private GroupsListFragment mFragment Note that the constructor does not take a Cursor... on the main thread. public GroupsAdapter Context context GroupsListFragment glf int groupLayout int childLayout String groupFrom int groupTo..

SimpleCursorTreeAdapter and CursorLoader for ExpandableListView

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

a CursorLoader with a SimpleCursorTreeAdapter Here is my Fragment class which implements the CursorLoader public class GroupsListFragment extends ExpandableListFragment implements LoaderManager.LoaderCallbacks Cursor private final String DEBUG_TAG getClass .getSimpleName.. private final String DEBUG_TAG getClass .getSimpleName .toString private ContactManager mActivity private GroupsListFragment mFragment Note that the constructor does not take a Cursor. This is done to avoid querying the database on the main thread... take a Cursor. This is done to avoid querying the database on the main thread. public GroupsAdapter Context context GroupsListFragment glf int groupLayout int childLayout String groupFrom int groupTo String childrenFrom int childrenTo super context null groupLayout..