How to swipe front card at the bottom position in overlapping cards in android?
I have a set of overlapping cards like this Overlapped cards
So what I want to achieve is When I swipe LEFT the front card (A) it should move to bottom of all the overlapped cards and the card B below it should become the front card and so on. So in this way eventually, the card A will reappear again when it’s position comes. Below is my fragment code
How to swipe top cardview to bottom of list of Overlapping cards in android?
I have overlapping cards and on swiping left I want the top card which is swiped to back to bottom of the all cards, behind the current bottom card. This swiped card should reappear again after the all the cards above it are swiped. Below is the image of my overlapping cards. UI Image