ExpandableAdapter 可分组的 RecyclerView 适配器

程序名称:ExpandableAdapter

授权协议: 未知

操作系统: 跨平台

开发语言: Java

ExpandableAdapter 介绍

ExpandableAdapter,继承自 RecyclerView.Adapter,支持header,child, group, groupchild,
footer 分组,并且支持group悬浮效果(Sticky效果)。

运行截图:

示例代码:

1.需要Group悬浮,将RecyclerView包裹在’StickyLayout’里面,并且调用’stickylayout’的init函数传入参数true(true,表示group悬浮,false表示不悬浮)

<com.qbw.recyclerview.expandable.StickyLayout
    android:id="@+id/stickylayout"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <android.support.v7.widget.RecyclerView
        android:id="@+id/recyclerview"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />
</com.qbw.recyclerview.expandable.StickyLayout>

2.不需要Group悬浮,可直接使用’RecyclerView’

<android.support.v7.widget.RecyclerView
        android:id="@+id/recyclerview"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

下载:

Gradle:

compile 'com.qbw.recyclerview:expandableadapter:2.4.0'

ExpandableAdapter 官网

https://github.com/qbaowei/ExpandableAdapter

相关编程语言

BBGestureBack Full screen return gesture(全屏手...
Framework7 或者叫 F7 是全功能的绑定 iOS 7 应用的...
iOS 调试库,支持 iOS8+,无需添加任何代码,方便 i...
DarkModeKit是在Apple官方的深色模式发布之前设计和...
SimpleNote iOS 版客户端。SimpleNote 是一款在多平...
Kivy iOS,此工具旨在为 iOS 编译必要的库以运行应用...