SwipeableCards
Library for creating Tinder-like swipe cards effect using RecyclerView
Features
Library provides three Helper classes for creating tinder-like swipe card effect with recycler view
SwipeableTouchHelperCallback responsible for creating swipe effect and sending callbacks on card swiped
ItemTouchHelper for animating layouts
SwipeableLayoutManager used for ordrering views in recycler view
Download
Add to your project gradle
allprojects {
repositories {
...
maven { url
1