0

The ImageView in Gallery in Android is great: it support scale smoothly and deal with OOM well. Now My project want to have such ImageView. Is anyone has such ImageView or know something hint about it? Thanks advanced~~

Dalen
  • 243
  • 1
  • 4
  • 16
  • Check this out: http://stackoverflow.com/questions/2537238/how-can-i-get-zoom-functionality-for-images – Iñigo Jul 03 '12 at 05:51

1 Answers1

0

I'm pretty sure the Gallery uses OpenGL surfaces or some fancy stuff like that, not regular ImageViews.

Steven Schoen
  • 4,366
  • 5
  • 34
  • 65