RotateAnimation ##Usage // mTargetBitmap is the image which you want to show after click. RotateAnimation mRotateAnimation = new RotateAnimation(mImageView, mTargetBitmap); mImageView.startAnimation(mRotateAnimation);