I have a ... not sure what the right word is - a "view" consisting of some text and graphics.
Ideally i would like this view to be pinch zoomable, so one could zoom in to have a look at something, and then zoom out again to see more.
Its not a huge view, its not a map or something like that, and the information wouldn't update all the time either.
I'm wondering what the best way to implement that is?
Would it be constructing a bitmap in memory and then displaying a piece of that, or is there a better way? Perhaps something androidy I don't know about yet