Hassan Raza
Hassan Raza

Reputation: 9

how to create custom tinder like swipe left or right card with animation in recyclerview without 3rd party library in android

card swipe left or right

On card appeard must be return exact position of on appeard card and disappeard card in two functions.On swipe must be return direction left or right of appeard card.ON card swiped card remove automatically

Upvotes: 0

Views: 1294

Answers (1)

Thành Thỏ
Thành Thỏ

Reputation: 193

You can use MotionLayout. The concept is

  • You have 3 cards: top card, middle card and bottom card
  • You can use onSwipe to animate them, when the progress of motionLayout is 100% you set it to start state to keep user can swipe it infinite

There are several instruction on the web, you can check some here:
https://medium.com/bumble-tech/swipe-right-on-motion-layout-641c1452d6a5 https://rodrigomartind.medium.com/tinder-motionlayout-1cb6a7233f9f

Upvotes: 1

Related Questions