I’ve implemented Zoom/Pinch using the approach said in android pinch zoom
How can I display Zooming indicators for this?? I’ve some how managed to display scale of zoom (scaleFactor * 100). How will I show a zooming indicator? I can display static images using canvas.drawBitmap. But is there a more better way?
Any help is appreciated
I finally used the built-in ZoomButtonsController