e

expandable-reorderable-adapter

ExpandableReorderableAdapter allows you to implement easily the equivalent of ExpandableListView with a RecyclerView. It also has the reorder logic implemented.
https://github.com/AlbertoSH/Expandable-reorderable-adapter
The Apache Software License, Version 2.0
Alberto Sanz
Files download
File Operation
expandable-reorderable-adapter-1.0.0.pom download
expandable-reorderable-adapter-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.albertosh</groupId>
  <artifactId>expandable-reorderable-adapter</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.albertosh:expandable-reorderable-adapter:1.0.0'
Gradle Kotlin
implementation("com.github.albertosh:expandable-reorderable-adapter:1.0.0")
Scala SBT
libraryDependencies += "com.github.albertosh" % "expandable-reorderable-adapter" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.albertosh', module='expandable-reorderable-adapter', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.albertosh" name="expandable-reorderable-adapter" rev="1.0.0" />
Leiningen
[com.github.albertosh/expandable-reorderable-adapter "1.0.0"]
Apache Buildr
'com.github.albertosh:expandable-reorderable-adapter:jar:1.0.0'