Android: How to make the flip animation for android activity, as like iphone flip horizontal from left to right?

前端 未结 4 660
孤街浪徒
孤街浪徒 2021-01-31 22:29

In My application i want to flip the view.. I have seen such animation in iPhone. And Same thing i want in to my android application.

I want to flip the whole activity

4条回答
  •  难免孤独
    2021-01-31 23:00

    One of the most convincing 3D flip animations for Android I've seen is done here https://code.google.com/p/android-3d-flip-view-transition.

    A lot of the other tutorials and sample codes don't produce believable 3D flips. A simple rotation on the y-axis isn't what's done in iOS.

    There is also a video here: http://youtu.be/52mXHqX9f3Y

提交回复
热议问题