D
D
Danil Grishchenko2015-12-17 20:57:38
Android
Danil Grishchenko, 2015-12-17 20:57:38

How to Animate a Picture in Android?

Good afternoon! Help is needed in the implementation of animation in image_view, it is required by clicking "flip the picture (show the reverse side)" with changing the image in image_view of course.
Are there ready-made such animations in Android Studio?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivan Lebedev, 2015-12-18
@kart_green

As for the ready-made ones, I don’t know when I did it myself (with a crutch, of course) I did two animations of turning 90 degrees. I started the first one when it ended, put a new picture in the ImageView and started the second animation.

A
Artemych, 2015-12-26
@Artemych

ImageSwitcher is fine in my opinion. Well, or do everything by hand as described above. There is an option to do it all on the canvas, but it can be costly in terms of performance and you need to be careful.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question