My app recover some pictures from a server (base64 encoded) then show it into an ImageView by create a bitmap from encoded string of picture. Now, i would show (after touch on ImageView ) picture in full screen, and admit user to zoom in/out on picuture (like android stock gallery). How can i do?
Asked
Active
Viewed 743 times
0
-
possible duplicate of [How to implement zoom effect for image view in android?](http://stackoverflow.com/questions/8399296/how-to-implement-zoom-effect-for-image-view-in-android) – Manish Dubey Mar 31 '14 at 09:28
-
take a look at this library: https://github.com/sephiroth74/ImageViewZoom It can do exactly what you need. – peshkira Mar 31 '14 at 09:29