/ZoomingImageView

An ImageView subclass featuring pinch zoom, scrolling in x and y and animated zooming.

MIT LicenseMIT

Adds scrolling and zooming to the android.widget.ImageView class. The content image can be scrolled in the x and y directions. The class supports pinch zooming and animated zooming of the content image.

I am using it to display SVG documents, for example (using this fine SVG library: http://code.google.com/p/svg-android/).