How to flip ImageView in Android?

后端 未结 3 387
清歌不尽
清歌不尽 2021-01-12 06:40

I am working on an application I need to flip ImageView on touch and transfer control to the second activity.

Please help me.

I tried a lot b

3条回答
  •  梦毁少年i
    2021-01-12 07:08

    You can use the Animation Apis which are available for Android 3.0 and above.

    If you need it pre-honeycomb, you can use a library called NineOldAndroids.

    Check out this answer for the exact code to use.

提交回复
热议问题