ByRecyclerView icon indicating copy to clipboard operation
ByRecyclerView copied to clipboard

计划新增 ViewBinding使用示例

Open youlookwhat opened this issue 2 years ago • 1 comments

和databinding功能类型

youlookwhat avatar Aug 04 '22 03:08 youlookwhat

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

具体见项目:ByRv-viewbinding

youlookwhat avatar Aug 06 '22 14:08 youlookwhat