I am working on an application I need to flip ImageView on touch and transfer control to the second activity.
ImageView
Please help me.
I tried a lot b
You can use the Animation Apis which are available for Android 3.0 and above.
If you need it pre-honeycomb, you can use a library called NineOldAndroids.
Check out this answer for the exact code to use.