Data Binding RecyclerView

2017-06-06  本文已影响216人  afa_9418


最近的一个项目使用了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

上一篇 下一篇

猜你喜欢

热点阅读