Advanced RecyclerView
This RecyclerView extension library provides Google's Inbox app like swiping, Play Music app like drag-and-drop sorting and expandable item features. Works on API level 9 or later.
RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
Live Demo
https://play.google.com/store/apps/details?id=com.h6ah4i.android.example.advrecyclerview
Target platforms
- API level 9 or later (However, some animations are not supported on Gingerbread.)
Latest version
- Version 0.10.6 (May 6, 2017) (RELEASE NOTES)
Recent Breaking Change Info
- v0.10.4:
OnGroupExpandListener
andOnGroupCollapseListener
takespayload
parameter. (related: issue #350)
Getting started
This library is published on jCenter. Just add these lines to build.gradle
.
dependencies {
compile ('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.10.6@aar'){
transitive=true
}
}