计划新增 ViewBinding使用示例
youlookwhat opened this issue · comments
景彬 commented
和databinding功能类型
景彬 commented
1、由于 DataBinding 和 ViewBinding 最好别同时集成在项目里,所以新建了一个新的项目实践。
2、ViewBinding 对封装的不是很友好,demo里给的是没有进行反射处理的示例。
3、针对于 ListView 和 RecyclerView 的 adapter 都进行了封装。
4、推荐使用 DataBinding。
具体见项目:ByRv-viewbinding