首页 / 百科 / 内容详情 ExpandableListView是一个垂直滚动显示两级列表项的视图 2022-05-01 5次阅读 ExpandableListView 视图 垂直 ExpandableListView是一个垂直滚动显示两级列表项的视图 A.正确B.错误正确答案:正确 一般适用于ExpandableListView的Adapter都要继承BaseExpandableListAdapter这个类,并且必须重写getGroupView和getChildView两个最重要的方法 以下哪个类用于构造数组类型数据的适配器? 猜你喜欢 一般适用于ExpandableListView的Adapter都要继承BaseExpandableListAdapter这个类,并且必须重写getGroupView和getChildView两个最重要的方法