android imageview scrolling to display full high quality image

前端 未结 2 967
醉梦人生
醉梦人生 2021-01-15 05:55

i am working on displaying an image and placing an icon on top of it... clicking the icon will show an enlarged version of the image...

though putting the imageview

2条回答
  •  时光取名叫无心
    2021-01-15 06:42

    Thanx for your help androidbase... I found the solution... Actually we can say its a workaround but better than any other solution i can think of...

    Actually what i do is that i implement webview and directly load the image url in it using webview.loadurl(myurl);

    and further i enabled the zoom featured too hence i get an allround complete zooming capabilities...

    Thanx all 4 ur help

提交回复
热议问题