[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 do not
know how to set up button presses with an OnTouch event.


Thanking You,
Shihab

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 how to go forward from here. Have
you really followed up on those and if you have, what have you tried?

On Thu, Apr 26, 2012 at 11:39 AM, shihab shiha
shihabkp.andr...@gmail.comwrote:

 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 do not
 know how to set up button presses with an OnTouch event.


 Thanking You,
 Shihab

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en