#ExRecyclerView library
An extended RecyclerView library which support header, footer, loadMore .etc features which based on Android official RecyclerView
A demo app is included
- PR(pull request) is always welcome ^_^
- Feel free to send feedback and issues
- Header support
- Footer support
- PullToRefresh support
- LoadMore support
add dependencies in your build.gradle
file
compile 'com.ligux.lib.widget:exrecyclerview:1.0.0-beta1'
- XRecyclerView thanks to @jianghejie
- RecyclerView实例-实现可下拉刷新上拉加载更多并可切换线性流和瀑布流模式 thanks to @肖虾米
- Code refactor