最近的一个项目使用了DataBinding,写起来感觉真是轻松多了! 这里介绍下 DataBinding如何实现RecyclerView嵌套.
https://github.com/evant/binding-collection-adapter(适配器封装地址)
外层RecyclerView layout_item 布局中包含一个RecyclerView
task.taskItems 是内层RecyclerView的数据源对象
taskItemBinding在ViewModel中声明并绑定到layout中
源码地址:https://github.com/libeimarch/bindingRecyclerView
网友评论