I would like to implement a view that acts as a viewport for a larger content area. The user should be able to scroll horizontally and vertically and zoom by pinching. Think of it as a MapView
, instead of custom-drawn content instead of a map.
Is there a component that I can use as a base? (Android's ScrollView
classes won't work, since they only allow scrolling along a single axis).