Gestures...
in
Android Processing
•
2 years ago
Another question ...
Sorry for being very curious, but I explore processing-android from the south to the north.
I have to do a kind of workshop next week about interactivity with android and processing, that's why I'm looking into different way of developping applications, use sensor...
So, my next question is about gestures recognition.
I've built GESTURE_BUILDER on my spica, and it's all right.
But now I want to create an application to recognize gestures.
the problem it's that all the recognition activity take effect with the GestureOverlayView class, that is a kind of layout at the top of the other layout.
Unfortunately I believe Processing is only 1 layout, and so I can't use GestureOverlayView and any other layout.
Do you think there is a way to implement gesture in processing without rebuild all the recognition system ?
Thanks
Sorry for being very curious, but I explore processing-android from the south to the north.
I have to do a kind of workshop next week about interactivity with android and processing, that's why I'm looking into different way of developping applications, use sensor...
So, my next question is about gestures recognition.
I've built GESTURE_BUILDER on my spica, and it's all right.
But now I want to create an application to recognize gestures.
the problem it's that all the recognition activity take effect with the GestureOverlayView class, that is a kind of layout at the top of the other layout.
Unfortunately I believe Processing is only 1 layout, and so I can't use GestureOverlayView and any other layout.
Do you think there is a way to implement gesture in processing without rebuild all the recognition system ?
Thanks
1