Animated Animation for Android

I want to flip the image in android through the translation animation.

for example: - suppose I have one card. when the animation starts, the map displays the map in a new position. Now should the card turn over? from back to front. How can i do this?

+3
source share
2 answers

Example Name in APIdemos:
Rotate3dAnimation.java

Just check the link below. This may give you a good idea in solving your problem.
android-animations-3d-flip

Thanks
Sen

+18
source

You can take a look at the API demos, there is an example here. It's really cool!

0

Source: https://habr.com/ru/post/1756569/


All Articles