Skip to content

Commit 3395de7

Browse files
committed
add ultra-pull-to-refresh
1 parent 016a9bd commit 3395de7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-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

0 commit comments

Comments
 (0)