[android-developers] Re: when I tap the screen, it registers multiple taps, not just one...

2012-02-07 Thread cellurl
Thanks for that. I googled debounce. Also, in Android-developers, Still nothing... Q: should I use gestureDetector() or throw in some timeouts in the code I already have above?? I wrote that code a year ago, and thought there might be a better way by now ;-) Any leads appreciated! -cellurl --

[android-developers] Re: when I tap the screen, it registers multiple taps, not just one...

2012-02-07 Thread skink
cellurl wrote: I tap the screen and it registers multiple-taps. It didn't do that on the emulator, but on a G1, if I tap once, it fires multiple times. Q: How do I get rid of the double taps? what double taps are you talking about? what's the logcat output? pskink -- You received