0

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

Community
  • 1
  • 1
Ramya K Sharma
  • 731
  • 6
  • 16

1 Answers1

0

I finally used the built-in ZoomButtonsController

Ramya K Sharma
  • 731
  • 6
  • 16