I am newbie to android development and currently I am studying the 3D animation by going through the file RotatingButton
in ApiDemos project API Level 14. In this demo A button is animating by different animation which is default in Button control from ICS level.
i can do animation like Translation, Scaling and 2D Rotation below ICS level but i don't know how to give 3D Rotation animation which is given in the following link demo.
i even tried 3D ActivitySwitcher Demo but not getting how to assign this animation to contorls.