youlookwhat / ByRecyclerView

🔥 RecyclerView 下拉刷新、上拉松手/自动加载更多、item点击/长按、item局部刷新、头布局/尾布局/状态布局、万能分割线、Skeleton骨架图、极简adapter、嵌套滑动置顶

Home Page:https://youlookwhat.github.io/ByRecyclerView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

计划新增 ViewBinding使用示例

youlookwhat opened this issue · comments

和databinding功能类型

1、由于 DataBinding 和 ViewBinding 最好别同时集成在项目里,所以新建了一个新的项目实践。
2、ViewBinding 对封装的不是很友好,demo里给的是没有进行反射处理的示例。
3、针对于 ListView 和 RecyclerView 的 adapter 都进行了封装。
4、推荐使用 DataBinding。

具体见项目:ByRv-viewbinding