Hi,
I have several ImageViews inside a Gallery, every ImageView can handle
a user tapping by listen click events like below:
posterView.setOnClickListener(new View.OnClickListener() {
public void onClick(View view) {
....
}
});
At this point everything works ok, but if I try to scroll to the next
image by touching in this image nothing happens, so my question is:
Is there a way to make ImageView respond for several gestures (tap/
click and swipe/scroll)?
Thanks for any anwser.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en