I am developing a game where a user needs to tap on the image in ImageView to rotate it. On each tap image rotates by 90 degrees in clockwise direction. But image is taking
did you try to use a custom view extending imageview and rotating the image in a background thread?