How can I get my own image to be able to pan and zoom (like a MapView)?
A:
I tried hosting an image in a WebView (built-in pan and zoom), but there were a number of problems. I ended up extending the View class and overriding onDraw. It was not hard, once I finally decided to use that method.
Fantius
2009-03-06 22:14:15
do you support pinch zoom? would you be interested in posting source (I'm looking at same problem - would like to avoid reinventing the wheel)
steelbytes
2010-05-21 05:37:25
It didn't support pinch zoom. Back then was before Android had multitouch. I don't think I have the source anymore. The project was abandoned.
Fantius
2010-05-26 15:19:19