Skip to content

chzphoenix/PullToRefreshRecyclerView

Repository files navigation

WrapRecyclerView

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.

PullToRefreshRecyclerView

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.

Using library in your application

#####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>

Contact Me

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages