Android Viewpager tinder like UI with 3D card stack appearance

后端 未结 3 2126
Happy的楠姐
Happy的楠姐 2021-02-06 08:12

I\'m trying to create a tinder-like UI in android using the ViewPager.

I have looked at this library: https://github.com/kikoso/Swipeable-Cards, but I\'d li

3条回答
  •  渐次进展
    2021-02-06 08:48

    You can not implement tinder effect with PageTransformer interface because the position value is just 1 axis value. You should have other values like touch point coordinates in x, y axis because tinder effect uses trigonometrical functions.

提交回复
热议问题