Skip to content

Commit 4dbd93a

Browse files
committed
Merge pull request Trinea#80 from liaohuqiu/f-add-etao-image
add ultra-pull-to-refresh
2 parents cada162 + fe5948b commit 4dbd93a

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

English Version/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ Similar App: Sina Weibo Pages
3232
Pull to refresh listView for android, There is some bug for this
3333
Project Address: https://github.com/johannilsson/android-pulltorefresh
3434
Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refresh-listview-demo.apk?raw=true
35+
36+
1. android-Ultra-Pull-to-Refresh
37+
It's a replacement for the deprecated pull to refresh solution. It can contain any view you want.
38+
It's easy to use and more powerful than SwipeRefreshLayout.
39+
It's well designed, you can customize the UI effect you want as easy as adding a headview to ListView.
40+
Support `API LEVEL >= 8`
41+
Project Address: https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh
42+
Demo Apk: https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh/blob/master/ptr-demo/target/ultra-ptr-demo.apk?raw=true
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
Pull to refresh and load more when on bottom listView for android

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,22 @@ 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+
**终极下拉刷新。**
45+
第一个项目已经停止维护了,并且使用起来相对复杂,定制性也差。这个是替代和改良方案,也是终极方案。
46+
这个继承于ViewGroup可以包含任何View。功能甚至比SwipeRefreshLayout强大。
47+
使用起来非常简单。良好的设计,如果你想定制自己的UI样式,非常简单,就像给ListView加一个Header View那么简单。
48+
支持 `API LEVEL >= 8`
49+
项目地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh
50+
Demo地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh/blob/master/ptr-demo/target/ultra-ptr-demo.apk?raw=true
51+
效果图:
52+
<div>
53+
<img src='http://srain-github.qiniudn.com/ultra-ptr/contains-all-of-views.gif' width="150px"/>
54+
<img src='http://srain-github.qiniudn.com/ultra-ptr/release-to-refresh.gif' width="150px"/>
55+
<img src='http://srain-github.qiniudn.com/ultra-ptr/auto-refresh.gif' width="150px"/>
56+
<img src='http://srain-github.qiniudn.com/ultra-ptr/store-house-string-array.gif' width="150px"/>
57+
</div>
4258

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

繁體中文版/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)