0

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?

giozh
  • 9,868
  • 30
  • 102
  • 183
  • 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

1 Answers1

0

I think this thread will answer most of your question(s), and even provides some example code:

Android imageView Zoom-in and Zoom-Out

Community
  • 1
  • 1
Paul
  • 478
  • 2
  • 16