RecyclerView 和Adapter

这是工作中使用过比较好用的Recycler相关的第三方框架,但是会存在一些问题,主流的大部分功能都能提供,可以看里面实现的原理,很好理解

RecyclerView:

(1)介绍网页:http://www.jcodecraeer.com/a/opensource/2017/0210/7099.html

         源码地址git:https://github.com/jaychang0917/SimpleRecyclerView

(2)https://github.com/XRecyclerView/XRecyclerView

Adapter:

介绍链接:https://www.jianshu.com/p/b343fcff51b0

源码地址git:https://github.com/CymChad/BaseRecyclerViewAdapterHelper

你可能感兴趣的:(RecyclerView 和Adapter)