I am developing a game in android.I have many ImageViews displayed on canvas and I am using emulator.Now I want to select a specific image and want to rotate it.As I am using emulator I cant use ontouchListener.Is there any way to do that?
Thanks in advance.
onTouchListener possible in the emulator. use touch listener’s for images u will get the image when u click on image.