Sunday, October 2, 2011

Re: [android-developers] Re: ListView and MotionEvent


Thank you Steven for your reply,

Would you be able to provide some insight on the difference between ACTION_CANCEL
and ACTION_UP. I am somewhat fuzzy on the concept. Anyways, I'm going to give it a go.

Thanks,

John Goche

On Sun, Oct 2, 2011 at 11:36 PM, Studio LFP <studio.lfp@gmail.com> wrote:
You've got it right.

Just make sure you are catching MotionEvent.ACTION_CANCEL and MotionEvent.ACTION_OUTSIDE.

Return false in onTouch to allow it to pass to the Click and LongClick, but change your colors in the onTouch.

Steven
Studio LFP
http://www.studio-lfp.com

-
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment