Skip to content

Elaine101/ExpandableRecycleView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpandableRecycleView

只有两级的ExpandableRecycleView,基于https://github.com/hgDendi/ExpandableRecyclerView

补充实现了以下几点:

1、childItem和groupItem的loadMore 2、childItem和groupItem的局部刷新

//更新child
 adapter.notifyGroupItem(groupItem);
 //更新group
 adapter.notifyChildItem(groupItem,childItem);

About

只有两级的ExpandableRecycleView,基于https://github.com/hgDendi/ExpandableRecyclerView 补充实现了加载更多和局部刷新

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages