質問

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

他のヒント

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..

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top