[android-developers] TouchListener invoked twice

2010-08-03 Thread Manish Sharma
Hi All,

I am facing  a problem. I have implemented a touchlistener. i touch
the button once but the listener is invoked twice.
Please suggest.

Thanks in advance.
Manish Sharma

-- 
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


Re: [android-developers] TouchListener invoked twice

2010-08-03 Thread Romain Guy
A touch listener is invoked when the finger is put down on the screen,
when the finger moves and when the finger is lifted up. So that's
normal.

On Tue, Aug 3, 2010 at 11:06 AM, Manish Sharma
manish.android.develo...@gmail.com wrote:
 Hi All,

 I am facing  a problem. I have implemented a touchlistener. i touch
 the button once but the listener is invoked twice.
 Please suggest.

 Thanks in advance.
 Manish Sharma

 --
 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




-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

-- 
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