I've found a few examples of the GestureListener
but it's always on a Activty
, I've got a ListView
on my Activity
and I've created a dialog
for the gestures but cant get it to work
These are the examples I'm using as a starting point http://www.vogella.com/articles/AndroidGestures/article.html http://androidresearch.wordpress.com/tag/gesture-builder/
and that's what i need but for custom gestures
Android onTouchListener for entire dialog
Thanks