I created an application that has a small image downloaded from a website URL. I want that when a user clicks on this small image, he will display the image in full screen mode, and also be able to scale and pan this image.
What I did was display an image in WebView with built-in zoom controls, but the result was ugly. (I set the layout for wrap_content, so white areas are not displayed, but this leads to the fact that the image does not dynamically increase).
Any solution? and sorry for my bad english.
android android-imageview
Bigdragon
source share