Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Mar 13, 2017
1 parent 303d710 commit 902e1d1
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,38 @@
# SwipeRecyclerView

<!--Current Release 0.1-->

* Integrates [FastAdapter](https://github.com/mikepenz/FastAdapter) by Mike Penz
* Integrates [RecyclerView Animations](https://github.com/wasabeef/recyclerview-animators) by Wasabeef with more prebuilt animators
* Wraps RecyclerView in SwipeRefreshLayout for easy refresh implementation
* Allows for touch event handling

[More on FastAdapter](http://blog.grafixartist.com/recyclerview-adapter-android-made-fast-easy/)
[More on FastAdapter](http://blog.grafixartist.com/recyclerview-adapter-android-made-fast-easy/)

------------

SRV is available on JitPack

[![](https://jitpack.io/v/ca.allanwang/swiperecyclerview.svg)](https://jitpack.io/#ca.allanwang/swiperecyclerview)

To apply, add the following to your root build.gradle:

```gradle
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
```

And add the following dependencies (You can use a specific version, commit, or -SNAPSHOT):

```gradle
dependencies {
compile 'ca.allanwang:swiperecyclerview:v0.1'
}
```

[SwipeRecyclerView Javadocs v0.1](https://jitpack.io/ca/allanwang/swiperecyclerview/v0.1/javadoc/)

0 comments on commit 902e1d1

Please sign in to comment.