美文网首页
RecyclerView 和Adapter

RecyclerView 和Adapter

作者: QXH313 | 来源:发表于2018-10-24 15:13 被阅读0次

这是工作中使用过比较好用的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

      本文链接:https://www.haomeiwen.com/subject/xeqxtqtx.html