Relative Content

Tag Archive for androidkotlinandroid-recyclerviewandroid-cardview

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