[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

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