Skip to content

Commit 5f23ead

Browse files
committed
add ultra-pull-to-refresh
1 parent 3395de7 commit 5f23ead

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refres
4141
PS:这个被很多人使用的项目实际有不少bug,推荐使用上面的android-pulltorefresh
4242

4343
1. android-Ultra-Pull-to-Refresh
44-
这是现在已经停止维护的下拉刷新项目的替代方案。继承于ViewGroup可以包含任何View。功能比SwipeRefreshLayout强大
44+
终极下拉刷新,github上最为流行的下拉刷新方案,两年之前停止维护并弃用了,这是现在已经停止维护的下拉刷新项目的替代方案。继承于ViewGroup可以包含任何View。功能甚至比SwipeRefreshLayout强大
4545
使用起来非常简单。良好的设计,如果你想定制自己的UI样式,非常简单,就像给ListView加一个Header View那么简单。
4646
支持 `API LEVEL >= 8`
4747
项目地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh

繁體中文版/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ APP示例:新浪微博各個頁面
3232
項目地址:https://github.com/johannilsson/android-pulltorefresh
3333
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refresh-listview-demo.apk?raw=true
3434
PS:這個被很多人使用的項目實際有不少bug,推薦使用上面的android-pulltorefresh
35+
36+
1. android-Ultra-Pull-to-Refresh
37+
這是現在已經停止維護的下拉刷新項目的替代方案,繼承于ViewGroup, 可以包含任何View,功能比SwipeRefreshLayout強大,稱為終極下拉刷新。
38+
使用起來非常簡單,良好的設計,如果你想定製自己的UI樣式,那也非常簡單,就像給ListView加一個Header View那麼簡單。
39+
支持 `API LEVEL >= 8`
40+
項目地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh
41+
Demo地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh/blob/master/ptr-demo/target/ultra-ptr-demo.apk?raw=true
42+
效果图:
43+
<div>
44+
<img src='http://srain-github.qiniudn.com/ultra-ptr/contains-all-of-views.gif' width="150px"/>
45+
<img src='http://srain-github.qiniudn.com/ultra-ptr/release-to-refresh.gif' width="150px"/>
46+
<img src='http://srain-github.qiniudn.com/ultra-ptr/auto-refresh.gif' width="150px"/>
47+
<img src='http://srain-github.qiniudn.com/ultra-ptr/store-house-string-array.gif' width="150px"/>
48+
</div>
3549

3650
1. DropDownListView
3751
下拉刷新及滑動到底部加載更多ListView

0 commit comments

Comments
 (0)