i am developing one application in which there is an imageview...in which i want to move left or right using mouse touch...
for that i found "android.view.MotionEvent" but in MotionEvent there are few events among that
- ACTION_CANCEL 2. ACTION_DOWN 3. ACTION_UP ......etc.
hence there is no such event for "LEFT" and "RIGHT" action....
so is there any other way to implement the "LEFT" and "RIGHT" move ??