I want to flip image in android through translate animation.
eg:- suppose i have one card. when translate animation starts it shows the card into the new position. n
The name of the example in APIdemos is : Rotate3dAnimation.java
Just check the below given link also. It can give you a good idea in solving your problem. android-animations-3d-flip
Thanks, Sen