Android 带手势的大图

Android Large Image With Gestures

我需要显示带有缩放和滑动手势的大图像 (3000x2000)。图像是一张地图,所以关键是性能和流畅的运动。

有没有我可以使用的控件或库?

你可以使用

https://github.com/davemorrissey/subsampling-scale-image-view

能够加载超大分辨率图片,还支持手势缩放。