Skip to content

Commit 5efae51

Browse files
committed
add ultra-pull-to-refresh
1 parent 9b04ea2 commit 5efae51

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ APP示例:新浪微博各个页面
3939
项目地址:https://github.com/johannilsson/android-pulltorefresh
4040
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refresh-listview-demo.apk?raw=true
4141
PS:这个被很多人使用的项目实际有不少bug,推荐使用上面的android-pulltorefresh
42+
43+
1. android-Ultra-Pull-to-Refresh
44+
这是现在已经停止维护的下拉刷新项目的替代方案。继承于ViewGroup可以包含任何View。功能比SwipeRefreshLayout强大。
45+
使用起来非常简单。良好的设计,如果你想定制自己的UI样式,非常简单,就像给ListView加一个Header View那么简单。
46+
支持 `API LEVEL >= 8`
47+
项目地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh
48+
Demo地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh/blob/master/ptr-demo/target/ultra-ptr-demo.apk
49+
效果图:
50+
<img src='http://srain-github.qiniudn.com/ultra-ptr/release-to-refresh' width="200px"/>
51+
<img src='http://srain-github.qiniudn.com/ultra-ptr/auto-refresh' width="200px"/>
52+
<img src='http://srain-github.qiniudn.com/ultra-ptr/store-house-string-array.gif' width="200px"/>
4253

4354
1. DropDownListView
4455
下拉刷新及滑动到底部加载更多ListView

0 commit comments

Comments
 (0)