ExpandableListAdapter は、さまざまなビュー タイプを作成できる getItemViewType および getViewTypeCount をオーバーライドする BaseAdapter として任意の関数をサポートしますか
getChildView(int groupPosition, int childPosition, boolean isLastChild, View convertView, ViewGroup parent)
?
ありがとう
ExpandableListAdapter は、さまざまなビュー タイプを作成できる getItemViewType および getViewTypeCount をオーバーライドする BaseAdapter として任意の関数をサポートしますか
getChildView(int groupPosition, int childPosition, boolean isLastChild, View convertView, ViewGroup parent)
?
ありがとう
ExpandableListAdapter はそうではありませんが、サブクラスの BaseExpandableListAdapter はそうです。したがって、間接的に、他のサブクラス CursorTreeAdapter、ResourceCursorTreeAdapter、SimpleCursorTreeAdapter、および SimpleExpandableListAdapter も同様です。
それらの方法は次のとおりです。
public int getChildType(final int groupPosition, final int childPosition)
public int getChildTypeCount()