I created an Android app which consists of adding some moustache. I don't know how to make it rotate. Can someone please provide the code to accomplish this?
Asked
Active
Viewed 109 times
0
-
Improved language (but not poor quality of post). – Benjamin Mar 06 '15 at 01:32
1 Answers
0
You should use RotateAnimation for rotating any drawable on the screen.
Refer this for an example Full example of how to programmatically do RotateAnimations?