gesture-imageview
gesture-imageview copied to clipboard
Implements pinch-zoom, rotate, pan as an ImageView for Android 2.1+
getScrollX and GetScrollY in return always zero so how can get the horizontal and vertical scroll value of GestureImageView as we can clalculate in scrollView
in this example application everything is fine but i face one issues that i anable to find that how can i detect scroll of gasuterImageview
when ı use an image more than 2mg it gives and error like vm budged exceed size on android 4.0. How can it be fixed.
What the title says :)
When rotating the view while zoomed in, or even without zooming in, rotating and then zooming in, it messes up the internal state and the image becomes displaced and aligned...
I just updated to the latest version from your repository for the scaleType support, and it broke a couple of things: 1) if I set an image to a preview...
Hi, I'm trying to use this with the standard Gallery Widget, Zoom etc is working but I can't switch the images. Fling on Gallery is not called. Any suggestions Chris
I wrote some code to support scaling and moving in an image in gesture-imageview using a gamepad. It works great with XBOX gamepad. Maybe it will also work for the...
The documentation states: - CENTER_CROP: Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be **equal to or larger**...
I have tried a way to know if the imageView is zoomed or not without success. In what way I could do this? I need to know if is zoomed...