/ComponentAdapter

RecyclerView 插拔式Adapter

Primary LanguageJava

ComponentAdapter

RecyclerView 插拔式Adapter 组件注册式API,将数据类型和View类型的绑定抽离出来

  componentAdapter = new ComponentAdapter(this)  
                .registerItemComponent(new ComponentType0())  
                .registerItemComponent(new ComponentType1())  
                .setData(data);

具体使用参见demo