File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,17 @@ 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
+ 这是现在已经停止维护的下拉刷新项目的替代方案。继承于ViewGroup可以包含任何View。功能比SwipeRefreshLayout强大。
45
+ 使用起来非常简单。良好的设计,如果你想定制自己的UI样式,非常简单,就像给ListView加一个Header View那么简单。
46
+ 支持 ` API LEVEL >= 8 `
47
+ 项目地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh
48
+ Demo地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh/blob/master/ptr-demo/target/ultra-ptr-demo.apk
49
+ 效果图:
50
+ <img src =' http://srain-github.qiniudn.com/ultra-ptr/release-to-refresh ' width =" 200px " />
51
+ <img src =' http://srain-github.qiniudn.com/ultra-ptr/auto-refresh ' width =" 200px " />
52
+ <img src =' http://srain-github.qiniudn.com/ultra-ptr/store-house-string-array.gif ' width =" 200px " />
42
53
43
54
1 . DropDownListView
44
55
下拉刷新及滑动到底部加载更多ListView
You can’t perform that action at this time.
0 commit comments