[android-developers] how can i check left and right motion in onTouchEvent?

2009-07-07 Thread zeeshan
Hi dear, i need left, right motion event and a click event . problem is that, if i have onclickEvent then onTouchEvent doesn't fire. onTouchEvent works only if i disable onclickEvent and also it doesn't work what i expect. 1-only ACTION_MOVE fires twice everytime when i move on screen. 2-can't

[android-developers] how can i check left and right motion in onTouchEvent?

2009-07-07 Thread zeeshan
Hi dear, i need left, right motion event and a click event . problem is that, if i have onclickEvent then onTouchEvent doesn't fire. onTouchEvent works only if i disable onclickEvent and also it doesn't work what i expect. 1-only ACTION_MOVE fires twice everytime when i move on screen. 2-can't