How can I get zoom functionality for images?

Posted by Janusz on Stack Overflow See other posts from Stack Overflow or by Janusz
Published on 2010-03-29T10:36:30Z Indexed on 2010/03/29 10:43 UTC
Read the original article Hit count: 133

Filed under:
|
|

Is there a common way to show a big image and enable the user to zoom in and out and pan the image?

Until now I found two ways:

  1. overwriting ImageView, that seems a little bit too much for such a common problem.
  2. using a webview but with less control over the overall layout etc.

© Stack Overflow or respective owner

Related posts about android

Related posts about imageview