Android-SwipeToDismiss-RecyclerView
Android-SwipeToDismiss-RecyclerView copied to clipboard
Android swipe-to-dismiss mini-library and sample code
Test case Create recycler view with 2 type of items: ``` Short Tall Short Tall etc. ``` Then dismiss some tall item for example. When animation ends, you will see,...
Hi, Instead of using a custom animation in performDismiss(), I used the built in remove animation set in the recyclerView. This way, no need to track items to delete during...
Hey krossovochkin, thanks so much making the original library compatible with RecyclerView! I needed compatibility back to API level 10, so this commit includes a combination of your modifications on...
Did some serious swiping on my device running Lollipop, and it crashed.I think it happened when I have swiped an item at the end, while another one was animating. Log:...