Tagged Questions
The gesture tag has no wiki summary.
8
votes
1answer
438 views
How can a service listen for touch gestures/events?
I'm wondering how apps like SwipePad and Wave Launcher are able to detect touch gestures/events simply through a service. These apps are able to detect a touch gestures even though it is not in their ...
8
votes
4answers
6k views
How to make an Android view that flips between views on swipe/fling
I'd like to make a view in my Android app that flips between multiple views on a swipe/fling. I'd like it to behave more or less like the Android Launcher behaves when flipping between views. In ...
8
votes
1answer
5k views
iOS Advanced Gestures: Getting Swipe Direction Vector
Looking through the documentation, it seems that the new advanced gestures API doesn't determine the direction of a swipe beyond the basic { left, right, up, down }.
I need the start point of the ...
8
votes
1answer
6k views
Android: detecting fling gestures
In my app I try to capture a fling event on a view (a ScrollView to be exact, but tried with LinearLayout as well). By setting breakpoints I can see the that the MotionEvents happen correctly up to ...
7
votes
4answers
486 views
Calculate at what row will UITableView stop scrolling?
When a table has many rows, the user can flick up/down the table. This creates a scrolling animation which seems to have a deterministic length depending on the speed/length of the flick gesture. Is ...
7
votes
3answers
3k views
Fling Gesture and Webview in Android
I have a webview control that needs to support the fling gesture in Android in order to bring up a new record (load new data). This is occuring in a class that extends Activity. All the examples I've ...
7
votes
4answers
3k views
Is there a high-level gestures library for iPhone development?
The iPhone platform has a number of common gesture idioms. For example, there are taps, pinches, and swipes, each with varying number of fingers. But when you're developing an app, it's up to you to ...
6
votes
1answer
209 views
Does having variations of gestures in gesture library improve recognition?
I'm working on implementing gesture recognition in my app, using the Gestures Builder to create a library of gestures. I'm wondering if having multiple variations of a gesture will help or hinder ...
6
votes
2answers
517 views
Swipe behavior for touch applications
I'm writing a manager for ActionScript to detect SWIPE gesture. Yes, there is API to work with native (OS) gesture already, but my plan is:
so it would work even for singletouch screens (usual ...
6
votes
3answers
467 views
How to determine all line segments from a list of points generated from a mouse gesture?
Currently I am interning at a software company and one of my tasks has been to implement the recognition of mouse gestures. One of the senior developers helped me get started and provided ...
5
votes
2answers
243 views
How do I implement a wave gesture in kinect?
I would like to use a gesture, so the kinect can select the person with the gesture as the main player. After this he can control the PC. Selecting the person and giving them control is done. Now i ...
5
votes
1answer
372 views
Geting touch events (coordinates, MotionEvents, ect.) in a service
How do I get touch events like you can from an Activity using public boolean onTouchEvent(MotionEvent event)? There obviously isn't an onTouchEvent method to override in a service, so how can I go ...
5
votes
1answer
2k views
iPad Gesture Recognizer - Delayed Response
In my app I have added the new Gesture Recognizers that are available in the 3.2 SDK. Everything appears to be working correctly and the response time on the screen been very fast. But for some ...
5
votes
5answers
3k views
Using webcam to track hand gestures
I wanted to develop a program which uses the webcam to track four colours and which are going to be on my index finger and thumb of both my hands and according to the gestures of my hand the computer ...
5
votes
1answer
402 views
Is there a pure Java framework for gesture recognition?
Is there any specific Java gesture recognition out there? iGesture is very old. OpenCV is based on C/C++, I used some Java wrapper like JavaCV, but I cannot find any resource and documentation for it. ...
4
votes
4answers
7k views
How to recognize swipe gesture in UIScrollView
I'm trying to recognize left/right swipe gesture in a UIScrollView. I've tried to create UISwipeGestureRecognizers and associate them with the scroll view. It works but very rarely. Most of the time I ...
4
votes
2answers
506 views
How to get a Gesture View like in official Facebook app
I want to implement the same behaviour of the notification view in the official Facebook app.
The "notifications" tab are at the bottom and can drag/drop via fingers to full screen.
How can i do ...
4
votes
1answer
412 views
Can you explain(mathematical calculations) gesture example (Levenshtein )?
I got the example in this link.
I can't understand the addmove, costLeven and meatureGesture methods.
Can you explain it step by step?
4
votes
3answers
1k views
Are Android app widgets (for home screen) allowed gestures?
I noticed that when I swipe my finger from left to right across a home screen widget, in simulator on a AVD, Android switch to the left home screen.
I was wondering if its possible to prevent this ...
4
votes
4answers
1k views
Algorithm to emulate mouse movement as a human does?
I need to test a software that treats some mouse movements as "gestures". For such a task I need to emulate mouse movement from point A to point B, not in straight line, but as a real mouse moves - ...
4
votes
4answers
2k views
How long is the event onLongPress in the Android?
Android supports an event onLongPress. The question I have is 'how long' (in milliseconds) is the 'press' to trigger the event?
3
votes
1answer
104 views
Best way to recognise number drawn by user's finger on iPhone screen
I'm planning on letting a user draw the shape of a number (1 to 9) in the shape of a 7-segment display. What is the best way to detect what number was drawn?
I know how to do all the touch-tracking ...
3
votes
1answer
92 views
how can set gesture event in android on Text View
I have try to set gesture event on text view. i want to access left to right and right to left event on text view. same like touch event. i have text view and i want to set event on it. i have also ...
3
votes
1answer
189 views
How do multi-touch gestures in iOS behave if more than 2 fingers are involved?
I'm developing a multi-touch library for Flash and not to reinvent all the wheels I try to check how other developers code similar stuff. One of the biggest problems is gestures with multiple fingers ...
3
votes
1answer
624 views
Multi-touch gestures on Silverlight 4 and Windows Phone 7
Question: What is the best cross platform multitouch approach for Silverlight?
Background:
I’ve been developing large SL4 applications and have now started porting them to WP7.
The porting ...
3
votes
2answers
1k views
Get swipe direction in Cocoa
I am trying to catch a gesture but it does not work. Here is my code:
UISwipeGestureRecognizer *recognizer;
recognizer = [[UISwipeGestureRecognizer alloc] initWithTarget:self ...
3
votes
2answers
2k views
UISwipeGestureRecognizer Swipe length
Any idea if there is a way to get the length of a swipe gesture or the touches so that i can calculate the distance?
3
votes
5answers
2k views
Trouble with detecting gestures over ListView
I have an Activity that contains a ViewFlipper. The ViewFlipper includes 2 layouts, both of which are essentially just ListViews.
So the idea here is that I have two lists and to navigate from one ...
3
votes
2answers
1k views
Listview not scrolling inside view flipper in android
A view flipper has 4 list views. When i flip the view flipper using gesture listener implemented on view flipper, it works fine. But I am not able to scroll the list view since the touch event is not ...
3
votes
2answers
555 views
Is there a way to trigger gesture events on Mac OS X?
I want to trigger multitouch gesture events on Mac OS X. Is there a way to do this? Mouse or keyboard events can be triggered with CGEventCreateMouseEvent and CGEventCreateKeyboardEvent. Is there ...
3
votes
2answers
4k views
How to use Android Map to zoom with hand gesture (iphone like)
How do you use the Android API to zoom in and out maps with the 2 finger gestures like iPhone?
2
votes
1answer
20 views
OnGesturePerformedListener Error - Android
I am trying to implement a GestureOverlay and Listener in my application so it can perform actions based on input gestures. I have tried many different things but I cannot figure out what is wrong ...
2
votes
0answers
68 views
Air for iOS: Testing swipe gesture on my mac
I'm working right now on an iOS project with air. Everything is fine, and I implemented the "swipe" gesture among some others. In the beginning, the gesture was recognized, the event fired, everything ...
2
votes
0answers
49 views
Gesture Detector with a Custom View-Based Class
I hope you can help me figure out why the OnSwipe, OnDoubleTap, and onSingTapConfirmed methods defined in my CustomView class which is instantiated from an activity onCreate using the following line -
...
2
votes
1answer
248 views
Unable to start activity with java.lang.NullPointerException on Fling
When I am trying to fling example this error faced. with java Null pointer exception.
My java code
public class LearnCount extends Activity {
private FlingGallery mGallery;
public boolean ...
2
votes
2answers
211 views
SimpleOnGestureListener not working for ScrollView
I have a screen where I have a header, a TextView inside a ScrollView and footer. I have to use ScrollView as the Text in the TextView can be long also.
Now when I am using SimpleOnGestureListener ...
2
votes
1answer
102 views
Are there any tutorial/code samples on controlling an animation with a gesture on a tablet?
What I mean by controlling an animation with a gesture, is like that I have an animation where my view object folds into itself. I want it to fold into itself when I slide my finger right-to-left ...
2
votes
0answers
144 views
Pinch-to-zoom UILabel
I'm handling a pinch gesture and I scaling an UILabel like this:
CGFloat factor = sender.scale;
view.transform = CGAffineTransformScale(view.transform, factor, factor);
The problem is when I ...
2
votes
3answers
425 views
How do I detect when toolkit:GestureListener Hold has stopped?
Is there a way I can detect this? I want to keep performing an action as long as the user is holding on an icon.
2
votes
2answers
1k views
Swipe to switch tab selection
I have an application that is a Tab activity with various tabs that load an Activity. I would like to add swipe gesturing to switch between tabs, on both the tab control itself and each activity ...
2
votes
1answer
834 views
Android debugging: java.lang.ArrayIndexOutOfBoundsException
I received this stack trace today and am having a problem finding the problem.
java.lang.ArrayIndexOutOfBoundsException
at android.view.MotionEvent.getY(MotionEvent.java:792)
at ...
2
votes
2answers
2k views
Gesture recognizer stopped working in iOS 4.3
My gesture recognition code worked fine in iOS 4.2 but in iOS 4.3 it does not work. I can't find any documented changes in gesture recognizers from iOS 4.2 to 4.3 but I have confirmed both on an iPad ...
2
votes
2answers
733 views
How can I implement onTouch function android?
Hi I want to create aplication which loads large image, and simple gesture I can move across it. I have to image printed out but I can not implement onTouch so it remains stationary. Any help ...
2
votes
1answer
741 views
How can I simulate a swipe gesture programmatically?
I'm currently trying to write some acceptance tests for our new iOS application using frank (and in turn UISpec). Whilst the framework supports touches as a basic way to interact with views, it ...
2
votes
1answer
1k views
How to add a vertical swipe gesture to iPhone app for all screens?
I'd like to add a gesture to my app so when the user swipes vertically it triggers a method to do something. The swipe can be up or down. I've never done anything with gestures so this is my first ...
2
votes
1answer
497 views
Qt 4.7: Trigger context menu by gesture
I'm working on a finger friendly browser exercise with FlickCharm example and QtWebKit, here's all the source code I have so far.
I want to trigger context by long press (tap-and-hold), currently I ...
2
votes
2answers
774 views
Position both the safari “touches” from a gesture event?
I want to get the position (relative or otherwise) of the two fingers/touches inside a gesture event (gesturestart, gesturechange, gestureend) on mobile Safari (iOS: iPad/iPhone). I know that the ...
2
votes
2answers
522 views
How do you switch 2 different Views by using Drag Gesture in Android?
so im trying to create an interface where the user can drag their finger from the right to the left to get to the second view, and the first view being dragged will move from right to left. very ...
2
votes
3answers
11k views
Android ViewFlipper + Gesture Detector
I am using gesture detector to catch "flings" and using a view flipper to change the screen when this happens. Some of my child views contain list views. The the gesture detector wont recognize a ...
2
votes
3answers
482 views
Just Curious about Python+Numpy to Realtime Gesture Recognition
i 'm just finish labs meeting with my advisor, previous code is written in matlab and it run offline mode not realtime mode, so i decide to convert to python+numpy (in offline version) but after labs ...