[android-developers] Multi touch Driver

2013-06-09 Thread dani maoz
Hello I would like to implement a multi-touch driver , i have a question regarding the events I implemented Protocol Example A -- Here is what a minimal event sequence for a two-contact touch would look like for a type A device: ABS_MT_POSITION_X x[0] ABS_MT_POSITION_Y y[0

[android-developers] Multi touch keyboard

2012-06-10 Thread Uri Goren
Hi, I'm experimenting with keyboard development, and I'm trying to use the benefits of my multi-touch screen. Is it possible to get an array of x-y coordinates of all of the touch points instead of the "onKey" event ? If someone could refer me to a tutorial on handling custom multi-touch behavior,

[android-developers] Multi Touch issues

2012-04-19 Thread shihab shiha
Hi all, I am struggling with a multitouch problem. I have two button for getting two sounds. I tried to enable multi touch for these button. But the problem is If i hold one button and press the second button i am getting the sound of the first one. I have tried many examples but not getting. Any

[android-developers] Multi Touch On Gallery Image

2012-04-18 Thread aru padam
Hi all, Any one know about the Multi Touch zooming on android gallery image view. Thanks and Regards Deepesh C -- 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

Re: [android-developers] multi touch

2012-03-15 Thread shihab shiha
so cant be apply it for buttons ? On Thu, Mar 15, 2012 at 1:04 PM, android developer < android.developer4...@gmail.com> wrote: > multitouch works only views concept, > > On Thu, Mar 15, 2012 at 12:40 PM, shihab shiha > wrote: > >> Hi , >> >> I have two buttons i want to activate multitouch for t

Re: [android-developers] multi touch

2012-03-15 Thread android developer
multitouch works only views concept, On Thu, Mar 15, 2012 at 12:40 PM, shihab shiha wrote: > Hi , > > I have two buttons i want to activate multitouch for these two buttons. I > have two sound files. i want to play these files using the multi touch > concept. Pleas give a solution for this. > >

[android-developers] multi touch

2012-03-15 Thread shihab shiha
Hi , I have two buttons i want to activate multitouch for these two buttons. I have two sound files. i want to play these files using the multi touch concept. Pleas give a solution for this. Thanks in advance -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Multi-touch with multiple buttons

2011-11-28 Thread ColletJb
Hi, I'm facing an very simple (and stupid) issue and I hope someone will be able to provide me an explanation... I'm trying to develop an Activity with 2 buttons (let's call them btnA and btnB), they are in my xml layout. My goal is to be able to handle click on both button (easy), even on the sa

[android-developers] Multi-touch pointer ids on Sony Xperia Play & spurious ACTION_DOWN events

2011-05-16 Thread Mario Zechner
A user reported an ArrayIndexOutOfBoundsException today in our multi- touch handler. We store x/y/touchState on a per pointer id basis in an array. Dirty? Yes, but it worked on all devices so far. Usually pointer ids are handed out like this: first finger goes down -> pointer Id 0 second finger go

[android-developers] Multi-touch MotionEvent pointer IDs changing over time

2011-04-04 Thread rob
Hi! I am trying to track multiple touch points over time and according to the documentation to do this I should: "Use the getPointerId(int) method to obtain a pointer id to track pointers across motion events in a gesture" Now after long experiments I simply replaced my own touch handling with th

Re: [android-developers] Multi touch zooms for ImageView

2011-03-14 Thread leela kissnaa
Hi all, Actually i have done for scaling image on multi touch... but the thing is after scaling if image is scaled more than screen size.. i need to scroll that image vertically and horizontally..but on horizontal fling i have another requirement to show next screen.. i will show my code here plea

Re: [android-developers] Multi touch zooms for ImageView

2011-03-14 Thread TreKing
On Mon, Mar 14, 2011 at 2:46 AM, leela wrote: > So please tell me how to make my ImageView also supports multitouch.. Please tell us what you have done so far and where exactly you're stuck. - TreKi

[android-developers] Multi touch zooms for ImageView

2011-03-14 Thread leela
Hi, I want my image will be zoom-able on multi touch.. my device supports multi touch for WebView So please tell me how to make my ImageView also supports multitouch.. please suggests me.. Thanks & Regards -- Leela Krishna -- You received this message because you are

[android-developers] Multi touch zoom in or out

2011-03-13 Thread leela
Hi all.. i want to show images on the screen.. which would zoom in/out on multi touch(pinch,spread). ImageView does't support multi touch.. is there any view which can capable of all these features or do we need implement? can please suggest me.. Thanks & Regards -- Le

Re: [android-developers] Multi-touch for a Piano

2010-09-06 Thread Frank Weiss
I suppose what you need to do is NOT have the key views handle touch events directly. Instead have the parent view and/or activity handle the multitouch events. I think you would need to understand how touch events propagate through the view hierarchy. -- You received this message because you are

[android-developers] Multi-touch for a Piano

2010-09-06 Thread ArcDroid
Hello, I would like to add multi-touch to my piano app and would like feedback on the best way to do it. I hate the idea that multi-touch is only for one view and not multiple views (ie buttons). Thanks, Jake -- You received this message because you are subscribed to the Google Groups "Android D

[android-developers] Multi Touch - Does anyone know how it works

2010-05-11 Thread momojo
Ok So I've gone through several tutorials on the web. I understand how the pointerCount works , I can get two points, etc, etc. My problem is I am trying to implement a game control, i.e. dpad and some buttons. The "buttons" are actually TextView objects with images. I Implement OnTouchListener Int

[android-developers] multi-touch not working !!

2010-04-08 Thread ani
I am getting this multi-touch events in my application for which the logs are shown below.Multitouch is not working in my application.Does it mean that there is some problem with framework or my application. Sequence:Just two fingers pressed to the screen,dragged and then lifted both. Inputdevice

[android-developers] Multi Touch keyboard for Android

2009-08-24 Thread FrogPad
http://www.youtube.com/watch?v=t8AiUmueD0Y SoftFrog, (FrogPad) is now on N-Trig Dell Tablets, Soon to be on Android for multi touch and also being developed for Single touch. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Multi-touch

2009-08-17 Thread Jason Proctor
i'm not planning on including *any* multitouch support in a shipping product. part of my job is developing gesture algorithms and writing demonstration applications, for which i control the environment - therefore a hacked kernel or even toString() is OK. at the moment, all i have is the dista

[android-developers] Multi-touch

2009-08-17 Thread Jason Proctor
update: i'm not seeing the x2 and y2 coordinates in event.toString(), at least on a release cupcake kernel. maybe the guy was using an older kernel, with residual code following the (presumed) removal of the multitouch stuff? (and this now gels with the other multitouch hack, which is a relief

[android-developers] Multi-touch

2009-08-17 Thread Jason Proctor
the page works for me. the upshot is that MotionEvent.toString() includes dumps of x2 and y2 which are the last coordinates of the second touch point. slight complication is that they are not reset on a single touch event so a client would have to track them and detect a new multitouch event

[android-developers] Multi-touch

2009-07-29 Thread Anastasiya
Hi. Does Donut really support multi-touch? If yes, where I can find this support in code? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to an

[android-developers] Multi-touch & My Touch Phone Questions

2009-07-13 Thread Infinite
Keep in mind I am not an android developer, however I am a tech consumer with authority to select and purchase over 100+ phones. I just saw the new Google phone at t-mobile and I was disappointed that it didn't have any multi-touch functionality. Actually I was quite disappointed in the phone al

[android-developers] Multi-touch & My Touch Phone Questions

2009-07-13 Thread Infinite
Keep in mind I am not an android developer, however I am a tech consumer with authority to select and purchase over 100+ phones. I just saw the new Google phone at t-mobile and I was disappointed that it didn't have any multi-touch functionality. Actually I was quite disappointed in the phone al

[android-developers] Multi Touch support in Android

2009-03-25 Thread Pratap
Hi I want to implement multi-touch gesture detection in my application. Does android provides support multi-touch? If yes, then how can we simulate multi-touch on emulator. If no, then is there any hack, which we can use to get multi finger touch in our application. Kindly provide suggestions T

[android-developers] Multi Touch Support

2009-02-27 Thread pesh...@gmail.com
Please, HTC G1 is perfectly capable of multi touch support. Please guys implement that in the next OTA update if possible. I understand is something that Apple Created with their Iphone, but G1 has a lot of petential and multi touch i needed for the sucess of this product. Google works with Apple