Multiple button presses for Android 2.x
Posted
by Pat
on Stack Overflow
See other posts from Stack Overflow
or by Pat
Published on 2010-03-27T04:37:44Z
Indexed on
2010/03/27
4:43 UTC
Read the original article
Hit count: 185
android
|multitouch
I am relatively new to this still, and I have been developing a small app that would benefit greatly from a user being able to press 2 buttons at one time. What is the best method for achieving this? I dont think that an OnClickListener works like that, and I have seen examples for doing this with an OnTouch event. However, I do not know how to set up button presses with and OnTouch event.
© Stack Overflow or respective owner