Page turn/flip animation in Android?

前端 未结 3 1434
小蘑菇
小蘑菇 2021-02-06 19:16

Hi all, do we have page flip/turn animation in android? I have several images, and i want to flip images on button click. With page turn/flip animation. Please guide me to achie

3条回答
  •  半阙折子戏
    2021-02-06 19:54

    You can use a View Flipper. You can add 2 imageViews to ViewFlipper and keep changing the images in the 2 ImageViews. There are ways to completely flip the contents. Please let me know if you need that.

提交回复
热议问题