扩展的RecyclerView适配器
该库包含一组扩展基本适配器功能的自定义RecycleView适配器。
使用BaseStickySectionRecyclerViewAdapter演示
下载
通过gradle。 在main build.gradle中:
allprojects {
repositories {
.. .
maven {
url " https://oss.sonatype.org/content/repositories/snapshots "
}
}
}
添加库:
compile ' com.polidea:adapters:1.0.0-SNAPSHOT@aar '
或Maven。 添加插件存储库:
< pluginRepository>
< url>ht
评论0
最新资源