I want rotate image in both the ways Clockwise as well as Anti clock wise. I had try but not rotate image both the way, so plz give me solution for my problem if you know..
You just add this simple code to your button
imVCature_pic.setRotation(imVCature_pic.getRotation() + 90);