I am using the following code to rotate a image in ImageView by an angle. Is there any simpler and less complex method available.
ImageView iv = (ImageView)f
If you only want to rotate the view visually you can use:
iv.setRotation(float)