I am trying to implement an image viewer using TouchImageView .
TouchImageView is placed in a fragment.- And I set a large image (2500x3000) to this
TouchImageView , (loading using inSampleSize = 8). - Then I pinch the image on an enlarged scale, it is displayed with low resolution. (This is not surprising.)
However, I want to display a high resolution image when scaling, for example, the Android Gallery application. How to do it?
Thanks in advance.
android pinchzoom
yk00
source share