Prior to Honeycomb you will need to implement your two buttons as a custom
View that handles multitouch input manually.

As of HC, the view hierarchy can take care of splitting multitouch events
across views.

On Tue, Feb 15, 2011 at 3:14 PM, brian purgert <brianpurge...@gmail.com>wrote:

> So  i have a view with two buttons in it set up in the xml, and in the java
> code what is an onclick listner and the other uses an ontouch listner. So
> they are both very simple, i want the player to be able to use both of the
> buttons at the same time with out having to lift a finger. So what's an easy
> way i can do this. I just want something simple because i wont be using
> swipe or anything like that.
>
> Also they both can just be on touch i don't really care.
>
> --
> 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




-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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

Reply via email to