一般适用于ExpandableListView的Adapter都要继承BaseExpandableListAdapter这个类,并且必须重写getGroupView和getChildView两个最重要的方法

一般适用于ExpandableListView的Adapter都要继承BaseExpandableListAdapter这个类,并且必须重写getGroupView和getChildView两个最重要的方法

A.正确

B.错误

正确答案:正确

猜你喜欢