Example usage for Java android.widget ExpandableListAdapter fields, constructors, methods, implement or subclass
The text is from its open source code.
Object | getChild(int groupPosition, int childPosition) Gets the data associated with the given child within the given group. |
int | getChildrenCount(int groupPosition) Gets the number of children in a specified group. |
View | getChildView(int groupPosition, int childPosition, boolean isLastChild, View convertView, ViewGroup parent) Gets a View that displays the data for the given child within the given group. |
int | getGroupCount() Gets the number of groups. |
void | registerDataSetObserver(DataSetObserver observer) |