I am developing a android application which involves rotating the images in a horizontal way. Can anyone help me in this regard.

Regards Tushar

link|improve this question

49% accept rate
2  
What have you tried? – Cristian Mar 9 '11 at 13:10
What most people would do would be to look for sample apps, demos, tutorials etc. – Poldie Mar 9 '11 at 15:34
feedback

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
feedback

One of the most convincing 3D flip animation I've seen is done here https://code.google.com/p/android-3d-flip-view-transition.

A lot of the other tutorials and sample codes don't produce believable 3D flips. A simple rotation on the y-axis isn't what's done in iOS.

There is also a video here: http://youtu.be/52mXHqX9f3Y

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.