[Android学习系列15]下拉刷新列表实现动态加载
时间:2014-04-30 21:33:22
收藏:0
阅读:634
使用google官方的SwipeRefreshLayout
参考:
http://blog.csdn.net/easyer2012/article/details/22857807
http://stormzhang.github.io/android/2014/03/29/android-swiperefreshlayout/
http://www.eoeandroid.com/thread-330439-1-1.html
http://www.oschina.net/translate/swipe-to-refresh-added-to-android-support-v4-component
使用开源控件PullToRefreshListView
参考:
http://my.oschina.net/sfshine/blog/140716
http://blog.csdn.net/harvic880925/article/details/17680305
https://github.com/chrisbanes/Android-PullToRefresh
使用ActionBar-PullToRefresh开源控件
参考:
http://www.tutecentral.com/android-pull-to-refresh/
http://www.youtube.com/watch?v=JfJM1jQsZRM
评论(0)