You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/).