-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# PullRecyclerView | ||
将RecycleView和SwipeRefreshLayout封装成为一个支持下拉刷新和上拉加载更多的独立控件PullRecyclerView,代码量少,独立性强,简单实用。 | ||
只封装了最核心和最常用的功能: | ||
1.下拉刷新和上拉加载更多(支持普通列表和Grid列表,暂不支持瀑布流); | ||
2.添加Header和Footer; | ||
3.设置列表无数据时需要展示的空页面 | ||
4.非常好用的BaseRecyclerAdapter和BaseViewHolder; | ||
5.只支持上拉加载更多的LoadMoreRecyclerView(直接继承自RecyclerView,适用于需要将SwipeRefreshLayout和RecyclerView分开使用的场景)。 | ||
将RecycleView和SwipeRefreshLayout封装成为一个支持下拉刷新和上拉加载更多的独立控件PullRecyclerView,代码量少,独立性强,简单实用。 | ||
只封装了最核心和最常用的功能: | ||
1.下拉刷新和上拉加载更多(支持普通列表和Grid列表,暂不支持瀑布流); | ||
2.添加Header和Footer; | ||
3.设置列表无数据时需要展示的空页面 | ||
4.非常好用的BaseRecyclerAdapter和BaseViewHolder; | ||
5.只支持上拉加载更多的LoadMoreRecyclerView(直接继承自RecyclerView,适用于需要将SwipeRefreshLayout和RecyclerView分开使用的场景)。 | ||
|
||
项目效果展示及使用说明详见: | ||
项目效果展示及使用说明详见: | ||
[简单实用的Android下拉刷新和上拉加载控件PullRecyclerView](http://www.jianshu.com/p/b178276c1443) |