翻翻git之---RecycleView的上拉,下拉刷新,样式切换,添加foot和header的强大库 RecyclerViewManager

转载请注明出处王亟亟的大牛之路

前两天写了一个上拉刷新的,今天看到个上下拉都可刷新还实现了foot 和header以及3种RecycleView样式的切换就给大家介绍下,先贴下foot部分因为实例中并没加入foot

这部图片大小 没搞好
翻翻git之---RecycleView的上拉,下拉刷新,样式切换,添加foot和header的强大库 RecyclerViewManager_第1张图片

再贴一下2个刷新的效果

翻翻git之---RecycleView的上拉,下拉刷新,样式切换,添加foot和header的强大库 RecyclerViewManager_第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

你可能感兴趣的:(android,git,库)