I\'m working with android project in which I want to rotate image along with touch to some fix pivot point. I have completed all these things but I am facing one problem: Wh
You don't rotate the image, you rotate the canvas. Scaling is done using setBounds(). See this question for a bit of help.