Skip to content

chzphoenix/PullToRefreshRecyclerView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cf507a5 · Dec 8, 2021

History

23 Commits
May 25, 2016
Sep 26, 2016
May 18, 2016
Aug 7, 2017
May 18, 2016
Dec 8, 2021
May 18, 2016
May 19, 2016
May 18, 2016
May 18, 2016
May 18, 2016
Aug 2, 2017
Aug 2, 2017
May 25, 2016
Aug 2, 2017

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