0

I have a layout created in android studio but the views can't fit in the screen. I want to implement pinch zoom and drag on the layout, but i don't have any idea on how to implement pinch zoom and drag. I need to finish this project for my thesis project, please help me.

1 Answers1

0

You can use scale gestures for this like :

Pinch zoom for custom view

android pinch zoom

https://github.com/jasonpolites/gesture-imageview

Community
  • 1
  • 1
Amarjit
  • 4,327
  • 2
  • 34
  • 51