File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed
Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments