AdapterDelegates:RecyclerView Adapters的“继承中的重要组成”

时间:2024-03-18 20:13:25
【文件属性】:

文件名称:AdapterDelegates:RecyclerView Adapters的“继承中的重要组成”

文件大小:707KB

文件格式:ZIP

更新时间:2024-03-18 20:13:25

recyclerview delegate recyclerview-adapter composition-over-inheritance adapterdelegates

适配器代表 在阅读该项目的动机。 该库的想法是通过构成可重用的组件来构建适配器。 Favor composition over inheritance 想法是为每种视图类型定义一个AdapterDelegate。 该委托负责创建ViewHolder并为特定视图类型绑定ViewHolder。 然后,您可以通过注册您真正需要的AdapterDelegates来组成RecyclerView适配器。 变更日志 请参阅 快速入门:Kotlin DSL Kotlin用户有2个工件,通过提供DSL ,您可以更方便地编写Adapter Delegates: 依存关系 implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl:4.3.0' // If you use Kotlin Android Extensions and syn


网友评论