Flip Animation in android like card flip

1 comment
Here I am introducing you how to make card deal flip animation in android.

When you click on button the card would be flipped its other side.  using this code demo you can flip views in android. Here i am giving you complete source code with snapshot so you can easily understand it.
Here I am introducing you how to make card deal flip animation in android.
When you click on button the card would be flipped its other side.
Create a new folder under /res called /drawable. This is where we will store our card front and back
images as PNGs.
Now in your /res directory add one folder called /anim. Here we are going to include two XML files
representing our
Two transitional animations.
1. to_middle.xml
2. From_middle.xml



Download Source code


1 comment: