I am using https://github.com/thest1/LazyList for image caching. I have to diaplay image in full screen. but there are big loss in quality of image.
which code i have to change for get original image.thanks in advance.
I am using https://github.com/thest1/LazyList for image caching. I have to diaplay image in full
Share
Look for this method in the ImageLoader class,
And remove the below lines from this method,
This will make sure that your Image doesn’t get scaled at all.