AdamMc331 / RecyclerViewUtils

Core utility classes for repetitive RecyclerView work.
MIT License
25 stars 6 forks source link

Add simple callback for swiping to dismiss/drag and drop. #4

Open AdamMc331 opened 7 years ago

AdamMc331 commented 7 years ago

Can reference this blog post: http://androidessence.com/drag-and-drop-recyclerview-items/

AdamMc331 commented 7 years ago

Clearing milestone, going to sit on this and whether or not I actually want it in here. Need to think about how to make it abstract enough that it won't cause pain for users on accident.