- Integrates FastAdapter by Mike Penz
- Integrates RecyclerView Animations by Wasabeef with more prebuilt animators
- Wraps RecyclerView in SwipeRefreshLayout for easy refresh implementation
- Allows for touch event handling
SRV is available on JitPack
To apply, add the following to your root build.gradle:
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
And add the following dependencies (You can use a specific version, commit, or -SNAPSHOT):
dependencies {
compile 'ca.allanwang:swiperecyclerview:v0.2'
}