Search code examples
androidimageviewpinchzoomimageurl

Zooming an Image view in android with a URL as a String


I was getting the url as a string and i am appending it to images properly and they were able to display. Now I need to Pinch zoom that image by any way i.e. double click, pinch zoom and taking it to another activity....

I found links but they are local drawables but i need for urls


Solution

  • Try following links. May this help you

    1. https://github.com/MikeOrtiz/TouchImageView
    2. http://blahti.wordpress.com/2013/01/07/pan-zoom-examples-for-android/
    3. http://www.wglxy.com/android-tutorials/android-touch-pan-and-zoom-examples