I am working on an application I need to flip ImageView on touch and transfer control to the second activity.
Please help me.
I tried a lot but I haven’t succeed.
Thank you all in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.