Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 url 作为字符串获取,并将其正确附加到图像中,并且它们能够显示。现在我需要通过任何方式捏缩放该图像,即双击,捏缩放并将其带到另一个活动......
我找到了链接,但它们是本地可绘制的,但我需要 url
尝试以下链接。愿这对你有帮助
您可以利用下面的库,它将与Activity, Fragment,一起使用RecylerView。
Activity
Fragment
RecylerView
https://github.com/rahulkapoor1/ZommableLoadingImageView
从我可以从你的问题中收集到的信息..
ImageView您是否想要正在使用的捏缩放功能。然后参考这个链接
ImageView
或者
您是否正在使用WebView从 url 加载图像并希望WebView使用zoom_in_out 功能
WebView
.getSettings().setBuiltInZoomControls(true);
为了清楚起见,链接
如果那不是您想要的,请告诉我..