damonliuchn / XRecyclerView

A extension for RecyclerView,add header、footer,load more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XRecyclerView

A extension for RecyclerView

Feature

1、add many headers、footers

2、auto load more items

3、manual load more items

4、set OnItemClickListener

5、fix RecyclerView wrap_content with LinearLayoutManager

Usage

adapter.addFooterView();
adapter.addHeaderView();
adapter.addEndlessView();
repositories {
    maven {
        url "https://jitpack.io"
    }
}

dependencies {
    compile 'com.github.MasonLiuChn:XRecyclerView:1.0.1'
}

#Other

https://github.com/Muyangmin/StickyHeaderDecoration https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh


Blog:http://blog.csdn.net/masonblog

Email:MasonLiuChn@gmail.com

About

A extension for RecyclerView,add header、footer,load more


Languages

Language:Java 100.0%