I am developing a android application which involves rotating the images in a horizontal way.
Can anyone help me in this regard.
I am developing a android application which involves rotating the images in a horizontal
Share
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.
There are 3D flip example in ApiDemos:
In your Exclipse create a new Android project and select “Create project from existing sample”. Choose target android version and then ApiDemos.
Run the program and go to Views>Animation>3D transition
There are many good examples there what you can do.