gesture

Gesture in listview android

hi i have to add a gesture to my listview,i want to implement the same functionality of contact application. when i left swipe it should send a message,right swipe it should call. can anyone help me how to do those gesture detection... i have implemented it in various other views... but i couldn't do for listView... i don't what going wo...

Android Gesture Directions

Hello all. I'm working on an app that will (hopefully) be taking advantage of Android's gestures (as described here: http://developer.android.com/resources/articles/gestures.html) Before I dive in though, I'm trying to find out if gestures can take the direction they were drawn into account. Unfortunately I haven't found this informat...

The advantage of onTouchEvent V.S. onScroll

I want to perform a smooth movement of a picture when user scroll it. So which one is better if my FPS is >60 ?? ...

ListView and multi-touch gestures

Firstly, I realize this doesn't follow any particular convention. I'm just wondering if it is possible. I'd like to give my users the ability to perform an action on many items in a ListView. My ListView items already contain a checkbox for something different; and adding another checkbox is not an option (it would look ugly?). I was...

How can I Unit Test Gestures in android?

I want to unit test a swipe left/right action on the screen in Android but I haven't been able to find any documentation on it. Can anyone lend a hand? Can it even be done? ...