Skip to content

AllanWang/SwipeRecyclerView

Repository files navigation

SwipeRecyclerView

  • 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

More on FastAdapter


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'
}

SwipeRecyclerView Javadocs v0.2

Full Changelog