krossovochkin / Android-SwipeToDismiss-RecyclerView

Android swipe-to-dismiss mini-library and sample code
Apache License 2.0
72 stars 16 forks source link

DEPRECATED!

Swipe to dismiss feature is added to Android support library. So, it would be better to use that implementation. You can find example here

How to

That's it.

Android Swipe-to-Dismiss RecyclerView Sample Code

Sample code that shows how to make RecyclerView support the swipe-to-dismiss Android UI pattern.

See the original Google+ post for discussion.

See also Jake Wharton's port of this sample code to old versions of Android using the NineOldAndroids compatibility library.

© Roman Nurik (original library)

© Vasya Drobushkov (recycler view support)