SwipeToAction icon indicating copy to clipboard operation
SwipeToAction copied to clipboard

*** WARNING: This library is no longer maintained *** An easy way to add a simple 'swipe-and-do-something' behavior to your `RecyclerView` items. Just like in Gmail or Inbox apps.

Results 12 SwipeToAction issues
Sort by recently updated
recently updated
newest added

I add below lines to my dependency: dependencies { compile 'co.dift.ui.swipetoaction:library:1.1' } but i got this error: Error:(27, 13) Failed to resolve: co.dift.ui.swipetoaction:library:1.1 what should i do?

Is there a way to disable the ability to swipe an item while scrolling the RecyclerView?