Android Question How to load a large picture keeping its native resolution

umberto_dev

Member
Licensed User
Longtime User
Hello, first of all I'm a newbie here and this is my first post.
I have a problem to show an image.
I searched through the forum and tutorials but I didn't find an answer to my question.
I have to load an image, a wide image, and I want to keep its native resolution, without resampling, having the ability to "navigate" on it in order to use my fingers to move the active portion of that image on my device screen, finding its center in relation to the x,y coordinates of my picture.
I tried to use the gravity property of ImageView but it doesn't suit my case.
I hope someone can help me.
Thank you.
 
Top