youlookwhat / ByRecyclerView

🔥 RecyclerView 下拉刷新、上拉松手/自动加载更多、item点击/长按、item局部刷新、头布局/尾布局/状态布局、万能分割线、Skeleton骨架图、极简adapter、嵌套滑动置顶
https://youlookwhat.github.io/ByRecyclerView
Apache License 2.0
798 stars 139 forks source link

计划新增 ViewBinding使用示例 #59

Open youlookwhat opened 2 years ago

youlookwhat commented 2 years ago

和databinding功能类型

youlookwhat commented 2 years ago

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

具体见项目:ByRv-viewbinding