Issue
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.
Solution
You can either add Swipeable behavior to your RecyclerView
like this :
or use an external library to do that for you :
Answered By - Ali Babadi
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.