Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 644 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 644 Bytes

MultiType_DataBinding

A nice RecyclerView adapter base databinding on android .

you can use :

dependencies {
   compile 'com.github.zoulux:multitype_databinding:1.1.0'
}

基于drakeet的MultiType写的一个RecyclerView的Adapter,自认为使用起来很简单,喜欢这个库的话可以下载demo玩耍玩耍。

1.1.0版本直接去掉了multiType中的provider,运用通用的provider即可,如果需要学习multiType还可以使用com.github.zoulux:multitype_databinding:1.0.1这个版本。

从此写adapter就是这么简单,不太会吹牛,就写这么多吧!