Huajianjiang ExpandableRecyclerView Save

Custom RecyclerView#Adapter that implement features like ExpandableListView

Project README

ExpandableRecyclerView

Custom RecyclerView#Adapter that implement features like ExpandableListView

Android Arsenal

Demo

You can watch a short Demo Video on YouTube and download Sample APK in Releases section.

Features

  • support getParentType and getChildType,support create different Parent or/and Child ItemView
  • support extra notifyParentItemMovednotifyChildItemMovednotifyParentItemRangeChangednotifyParentItemRangedRemovednotifyChildItemRangeInsertednotifyChildItemRangeRemovednotifyChildItemRangeChanged api
  • encapsulate ViewHolder
  • now support set specified ParentItem which can be expandable dynamically
  • now support set ExpandableAdapter's setExpandCollapseMode! eg: MODE_SINGLE_EXPAND,in this mode,when expand another parentItem will auto collapse last expanded parentItem.

Screenshots

Demo Demo Demo

Usage

  • Add a dependency to your build.gradle:
dependencies {
    compile 'com.github.huajianjiang:expandablerecyclerview:1.1.0'
}
  • or to your pom.xml if you are using Maven instead of Gradle:
<dependency>
  <groupId>com.github.huajianjiang</groupId>
  <artifactId>expandablerecyclerview</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>

Who use this lib?

I don't known,but at least I have used it in my apps, for example:

License

Copyright (C) 2015 Huajian Jiang

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Open Source Agenda is not affiliated with "Huajianjiang ExpandableRecyclerView" Project. README Source: janjandev/ExpandableRecyclerView
Stars
108
Open Issues
4
Last Commit
5 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating