hi-dhl / Binding

Simple API implement DataBinding and ViewBinding. 简单的 API 实现 DataBinding 和 ViewBinding,欢迎 star
Apache License 2.0
427 stars 48 forks source link

在BRAVH中怎么使用呢 #24

Open xyggs opened 3 years ago

xyggs commented 3 years ago

比如在BRAVH中使用viewbind, 不会自己去写viewholder, 是直接使用adapter 提供的 BaseViewHolder, 照着文档中的例子写,编译通不过

hi-dhl commented 3 years ago

你好,因近期比较忙,所以现在才看这个问题,这是使用上的一个问题,我已经写了一个和开源库 BRVAH 一起使用的例子。

https://github.com/hi-dhl/Binding/blob/ebca3b34a0af830a38347e475b09f9419020df21/app/src/main/java/com/hi/dhl/demo/binding/brvah/BRVAHActivity.kt#L32-L86