As everyone knows android built-in-zoom control works for ImageView And WebView. In my project I have 3 fragments that shows in an activity. I need to zoom each fragment by touching or dragging. Is that possible? I found this post but it wasn't useful for me. Any idea helps me. Thanks.
Asked
Active
Viewed 2,158 times
1
-
1i think what you zoom is View,not fragment. – twocity May 20 '13 at 02:16
-
yes. I should work on view. [this](http://myandroidnote.blogspot.com/2011/03/zooming-view-completely.html) helped me. Thanks. – IndieBoy May 25 '13 at 08:17