Android 下拉刷新

1、Android 原生:

http://blog.csdn.net/lmj623565791/article/details/24521483

其实跟这个差不多:Supprot v4 Demos--->Widget--->SwipeRefreshLayout

如何调整 SwipeRefreshLayout 的下拉刷新距离:

http://www.cnblogs.com/sunzn/p/3795009.html 

这个讲的不错,很深入:

http://blog.csdn.net/ljx19900116/article/details/41649043 

Android 5.0的:

https://github.com/stormzhang/SwipeRefreshLayoutDemo 

2、原理说明:

http://www.cnblogs.com/qianxudetianxia/archive/2012/06/16/2549891.html

3、运用框架:

一个顺滑又漂亮的Android下拉刷新与加载更多列表组件:

 https://github.com/zarics/ZrcListView

你可能感兴趣的:(Android 下拉刷新)