Click two buttons at the same time in Android

Posted by sw333t on Stack Overflow See other posts from Stack Overflow or by sw333t
Published on 2010-05-02T13:49:48Z Indexed on 2010/05/02 13:57 UTC
Read the original article Hit count: 171

Filed under:
|

I have two buttons that both have onTouchListeners and perform an action when pressed down. Why do they not work if you try to click both at the same time? I'm building for Android 1.6. I don't have a real device to test on, and you can't test clicking two things at the same time in the emulator. Thanks for any help.

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk