Hello everybody,

On a picture I need to do two differents behaviours when user click on
it or slide on it.

The management of the touch event (slide) is done on a parent view. So
I put setOnTouchListener on my imageview and implement ACTION_MOVE to
dispatch the event to its parent.

To manage the click event, I put a setOnClickListener on my image but
the event was not catched. With debug, I understand that the
ACTION_MOVE was still called and the onClick event was forgotten by
the onTouchListener.

I decided to try to catch the event ACTION_UP on onTouch event...

Finally, I can set only ONE event and not the both. If I can click, I
can't slide and if I can slide, I can't click....

Do you can help ti resolve this big issue for my app?

Thanks a lot by advance
--~--~---------~--~----~------------~-------~--~----~
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