gesture-imageview
gesture-imageview copied to clipboard
GastureImageView scrolling issuse
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
What do you mean "detect scroll?" The center X,Y coordinates of the image are available via the getCenterX/getCenterY methods. You could check these when the image is first rendered, then any change in these values would indicate a "scroll". Is that what you mean?