Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android API Demos - ICS - RotatingButton

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.

Here is the link.

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.

like image 398
Developer Avatar asked Mar 20 '13 11:03

Developer


1 Answers

I think Rotatory wheel in android which give you perfect idea about to create this type of widget. Its also helpful for me. Also check for This Example.

Also check this one.

like image 67
Hardik Joshi Avatar answered Oct 21 '22 06:10

Hardik Joshi