This is a RecyclerView with some extra function, such as header/footer, OnItemClickListener, OnItemLongClickListener, etc.
The function of header and footer supports all types of LayoutManager, shown in the screenshots below
Pls refer to the demo or read the source codes.
This is a project based on RecyclerView with pull-to-refresh feature.
This project depend on com.loopeer.android.thirdparty:pulltorefresh:xxx.
It also support adding Header and Footer because of WrapRecyclerView which is used in PullToRefreshRecyclerView.
####WrapRecyclerView
WrapRecyclerView is extendsed on RecyclerView with adding Header and Footer just like ListView.
#####Gradle dependency:
compile 'com.hcz.fastwidget:pulltorefresh-recyclerview:1.0.4'
#####Maven dependency:
<dependency>
<groupId>com.hcz.fastwidget</groupId>
<artifactId>pulltorefresh-recyclerview</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>