[android-developers] multi press

2012-04-26 Thread shihab shiha
Hi All, 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

Re: [android-developers] multi press

2012-04-26 Thread David Olsson
Have you actually tried http://stackoverflow.com/questions/2528160/multiple-button-presses-for-android-2-x ? You don't really need to make 2 new questions for the same issue in a couple of hours. And searching through the list you have asked it several times and gotten several answers on ideas