标签:
前两天写了一个上拉刷新的,今天看到个上下拉都可刷新还实现了foot 和header以及3种RecycleView样式的切换就给大家介绍下,先贴下foot部分因为实例中并没加入foot
这部图片大小 没搞好
再贴一下2个刷新的效果
因为作者是中国人,所以实现原理他写了一个很好的解释文章,这边就不罗嗦了看传送门:http://z.sye.space/2015/11/23/RecyclerViewManager/
how to use?
Grade:
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
dependencies {
compile ‘com.github.Syehunter:RecyclerViewManager:0.1.7‘
}
Eclipse:
把这些类copy进去就行了,亲测可行(还有string.xml style.xml)
那这一篇我干了什么?
把代码拆出来试了一下然后供给Eclipse的同学们,0.0酱油了!!
然后再把拆的项目包给大家就完工了,下午还有工作的事要做,今天就不做复杂讲解了,因为作者有写。
源码地址:https://github.com/ddwhan0123/BlogSample/blob/master/RecyclerViewManagerDemo.zip
git:https://github.com/Syehunter/RecyclerViewManager
翻翻git之---RecycleView的上拉,下拉刷新,样式切换,添加foot和header的强大库 RecyclerViewManager
标签:
原文地址:http://blog.csdn.net/ddwhan0123/article/details/50895290