Question

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

OTHER TIPS

You can take advantage of below library, that will work with Activity, Fragment, RecylerView.

https://github.com/rahulkapoor1/ZommableLoadingImageView

From what I can gather from your question..

Do you want pinch zoom functionality in ImageView that you are using. then refer this link

Or

is it you are using an WebView to load your image from url and want zoom_in_out functionality in WebView then use

.getSettings().setBuiltInZoomControls(true);

link for clarity

If thats not what you want then let me know..

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top