HaoRefresh icon indicating copy to clipboard operation
HaoRefresh copied to clipboard

仿知乎列表效果(含下拉刷新加载更多)

HaoRefresh

仿知乎列表效果(含下拉刷新加载更多)

HaoRecyclerView使用说明

已上传jcenter

引入方式:compile 'com.github.fangx:haorefresh:1.0'

控件支持各种扩展

  1. 可自己集成下拉刷新效果,可用系统的下拉组件或者参考下拉刷新效果
  2. 可自定义底部加载更多效果,setFootLoadingView(view); 加载中效果
  3. 可自定义没有更多数据效果,setFootEndView(view);

列表刷新效果

包含下拉刷新及加载更多

条目点击效果