0

i was using ImageSwitcher And Gallery Demo Activity. But the demo image cannot be zoom. any method can make the ImageSwitcher zoom?

cj7
  • 15
  • 2
  • 3

1 Answers1

0

There is not a method in the default ImageView which enables pinch to zoom. I would look into using a 3rd party library to save you the work of creating one yourself. I would recommend Gesture ImageView.

Jacob Malliet
  • 525
  • 3
  • 11
  • I am not too familiar with ImageSwitcher but you can try looking at the suggestion from another question asked: http://stackoverflow.com/a/13950331/389141 – Jacob Malliet Jun 13 '13 at 01:55