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
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,
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
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
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
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.
>
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
27 matches
Mail list logo