File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/pull-to-refres
41
41
PS:这个被很多人使用的项目实际有不少bug,推荐使用上面的android-pulltorefresh
42
42
43
43
1 . android-Ultra-Pull-to-Refresh
44
- 这是现在已经停止维护的下拉刷新项目的替代方案。继承于ViewGroup可以包含任何View。功能比SwipeRefreshLayout强大 。
44
+ 终极下拉刷新,github上最为流行的下拉刷新方案,两年之前停止维护并弃用了, 这是现在已经停止维护的下拉刷新项目的替代方案。继承于ViewGroup可以包含任何View。功能甚至比SwipeRefreshLayout强大 。
45
45
使用起来非常简单。良好的设计,如果你想定制自己的UI样式,非常简单,就像给ListView加一个Header View那么简单。
46
46
支持 ` API LEVEL >= 8 `
47
47
项目地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh
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