Skip to content

Commit db0d4d8

Browse files
committed
update readme
1 parent 5c11e37 commit db0d4d8

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
# Android-PullToRefreshRecyclerView
22

3-
这是一个可以下拉刷新的RecyclerView,并且支持方便添加Header、滑动到底部自动加载更多以及其他ListView的功能。
4-
它可以帮助你在RecyclerView里实现ListView拥有但RecyclerView没有的功能,并且不影响和增加你原有的RecyclerView和Adapter的逻辑。
3+
This is a project based on RecyclerView with pull-to-refresh feature.
4+
5+
It support addding Header, auto-loading more data when scrolling to bottom.
6+
7+
It can help you to implement ListView effect in RecyclerView, and not affect exsiting RecyclerView and Adapter logic.
8+
59

610
![Screenshot](https://github.com/HomHomLin/Android-PullToRefreshRecyclerView/blob/master/screenshot.gif)
711

812

913
**Latest version:v1.0.1**
1014

1115
## Feature
12-
* 基于原生RecyclerView的封装
13-
* 支持下拉刷新
14-
* 支持滑动到底部自动加载更多
15-
* 实现了ListView大部分API
16-
* 支持方便添加Header头部(原生RecyclerView不支持)
17-
* 支持设置EmptyView
18-
* 目前支持的LayoutManager模式:
16+
* Encapsulation based on native RecyclerView
17+
* Pull-to-refresh
18+
* Auto load when scrolling to the bottom
19+
* Most API of like ListView's
20+
* Add Header easily (Not supported by native RecyclerView)
21+
* Support EmptyView settings
22+
* Current LayoutManager supported:
1923
* **LinearLayoutManager**
2024
* **GridLayoutManager**
2125

0 commit comments

Comments
 (0)