File tree 3 files changed +44
-0
lines changed
3 files changed +44
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,20 @@ Similar App: Sina Weibo Pages
32
32
Pull to refresh listView for android, There is some bug for this
33
33
Project Address: https://github.com/johannilsson/android-pulltorefresh
34
34
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 >
35
49
36
50
1 . DropDownListView
37
51
Pull to refresh and load more when on bottom listView for android
Original file line number Diff line number Diff line change @@ -39,6 +39,22 @@ APP示例:新浪微博各个页面
39
39
项目地址:https://github.com/johannilsson/android-pulltorefresh
40
40
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refresh-listview-demo.apk?raw=true
41
41
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 >
42
58
43
59
1 . DropDownListView
44
60
下拉刷新及滑动到底部加载更多ListView
Original file line number Diff line number Diff line change @@ -32,6 +32,20 @@ APP示例:新浪微博各個頁面
32
32
項目地址:https://github.com/johannilsson/android-pulltorefresh
33
33
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refresh-listview-demo.apk?raw=true
34
34
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 >
35
49
36
50
1 . DropDownListView
37
51
下拉刷新及滑動到底部加載更多ListView
You can’t perform that action at this time.
0 commit comments