Android listView的下拉刷新
Android ListView的下拉刷新,在实际开发中是很常用的,所以这里总结了,ListView下拉刷新的一个Demo。 该Demo的源码来自于github上的一个开源代码,只不过这里是将所需的library导入到项目中,然后将PulltoRefreshListview提取出来,进行了注释,看起来更简单。。。 该开源代码出来ListView的下拉刷新外,还有很多其他的刷新功能,如果有兴趣,可以把代码下下来研究一下,文章结尾会给出所有的源码。(可查看笔者相关博客)
文件列表
ListViewPullToRefresh(ListView下拉刷新).zip
(预估有个84文件)
ListViewPullToRefresh
bin
classes.dex
202KB
res
crunch
drawable-hdpi
ic_launcher.png
6KB
drawable-xhdpi
ic_launcher.png
9KB
drawable-xxhdpi
暂无评论