0

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?

Benjamin
  • 11,560
  • 13
  • 70
  • 119

1 Answers1

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?

Community
  • 1
  • 1
Fahim
  • 12,198
  • 5
  • 39
  • 57