android Programming Glossary: data.getcount
SimpleCursorTreeAdapter and CursorLoader for ExpandableListView http://stackoverflow.com/questions/10611927/simplecursortreeadapter-and-cursorloader-for-expandablelistview id loader.getId Log.d DEBUG_TAG onLoadFinished for loader_id id if id 1 child cursor if data.isClosed Log.d DEBUG_TAG data.getCount data.getCount try mAdapter.setChildrenCursor id data catch NullPointerException e Log.w DEBUG Adapter expired try again.. Log.d DEBUG_TAG onLoadFinished for loader_id id if id 1 child cursor if data.isClosed Log.d DEBUG_TAG data.getCount data.getCount try mAdapter.setChildrenCursor id data catch NullPointerException e Log.w DEBUG Adapter expired try again on the next query.. 23 22 31.254 D GroupsListFragment 13844 onLoadFinished for loader_id 67 05 20 23 22 31.254 D GroupsListFragment 13844 data.getCount 4 05 20 23 22 31.254 W GroupsListFragment 13844 Adapter expired try again on the next query null The group does not expand..
|