I have a list of items in list view, I want to display the item that user swipes left on, in a new fragment or activity as a textview. I want the entire list to animate and move a bit to left as if it has been pulled to left with the finger. I want to execute the same using custom views and also let me know if there are any libraries available for the same.
CodePudding user response:
You can either add Swipeable behavior to your RecyclerView
like this :
or use an external library to do that for you :