Is the gallery widget used in Android Market app allow click/tap with
swipe gesture together?

On 28 abr, 08:34, _rogerio_ <rogerio.ara...@gmail.com> wrote:
> 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group 
> athttp://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to