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:
- overwriting ImageView, that seems a little bit too much for such a common problem.
- using a webview but with less control over the overall layout etc.