Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 2.51 KB

expandable_list_adapter.md

File metadata and controls

46 lines (28 loc) · 2.51 KB

BaseExpandableListAdapter 支持

AssemblyAdapter 也为 BaseExpandableListAdapter 提供了支持,如下:

注意

  1. group 数据必须要实现 ExpandableGroup 接口才能正确的获取 child count 和 child
  2. 如果想要获取 BaseExpandableListAdapter 独有的 isExpanded、groupPosition、childPosition、isLastChild 数据请使用 ExpandableGroupItemFactoryExpandableChildItemFactory
  3. ExpandableGroupItemFactoryExpandableChildItemFactory 也有 Binding、Simple、View 版本

更多示例