pinch zoom feature inside a scroll view

别来无恙 提交于 2019-11-30 15:23:11
Ashkan Sarlak

I think you need a custom ImageView with pinch zoom ability. Check out this answer: https://stackoverflow.com/a/7458910/2511775 . It's one of the best answers I've found on SO.

deniz

At last I got the solution. Let me share that.

https://code.google.com/p/android-zoom-view/w/list using this library we can create a zoomview and we can add other views to it.

There is no wiki page associated with this project so please check this Wiki about android-zoom-view.jar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!