sai
sai

Reputation: 558

Flip an Imageview with two images back to back

I need to have a set of Image views on a Linear Layout. &

==> onClick of an ImageView, I want to turn the Image to the back(Like Flipping Effect) & show another Image.

==> Again on click of that Image or another Image, I want to apply the same effect for that Image View & the Previous Imageview must come to the default position.

---> I just checked the FLIP ANIMATION in Android. But it is flipping the total view.

So I Just need How to flip an Image view in the same manner, with support from Android v2.2 & up

I think it is quite complicated but it is interesting & need some help how to achieve this as I am just learning the Android(& Coding).

Thanks.!!!

Upvotes: 2

Views: 1303

Answers (1)

aurelien_lepage
aurelien_lepage

Reputation: 261

You can use this small library to do that :

https://github.com/castorflex/FlipImageView

Upvotes: 1

Related Questions