taltstidl / Swipeable-RecyclerView

A library that provides an easy and customizable way to implement a swipe to dismiss pattern with RecyclerView.
Apache License 2.0
87 stars 17 forks source link

Migrate to ItemTouchHelper #10

Open taltstidl opened 8 years ago

taltstidl commented 8 years ago

Some time ago now the support library brought support for swipe and drag & drop via the ItemTouchHelper. Preliminary efforts have already been made in the dev-itemtouchhelper branch, but there still are quite a few bugs that need ironing out.