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

2012-02-07 Thread Todd Grigsby
Try googling "debounce". On Feb 7, 2012 6:19 AM, "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? > > Thanks in advance! > -cellurl > >

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

2012-02-07 Thread cellurl
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? Thanks in advance! -cellurl -code--- public class JetBoy extends Activity implements View.OnClickListene