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
mImageView.setRotation(angle) with API>=11
mImageView.setRotation(angle)