I'm using ImageButton's in my application. By using onTouch event and onTouchListener I'm responding to the touch events.
Once the touch event was completed I'm just displaying the ImageButton at target location.
Instead I wanted it to look like dragging of ImageButton. Can anyone point me in the right direction.
| ||||
|
feedback
|
|
This blog has two very nice examples of how you can use touch events to move any kind of view around the screen. | |||
feedback
|
|
I'm not sure I understand what the problem is. You wrote "Once the touch event was completed [...]" - does that mean you've got it to work in one situation but not others? Are you considering that the touch event is completed when the action of the MotionEvent is | |||
feedback
|
|
Define a own view wich is extending imagebutton, define a drawable for "active" state and set (or reset) the drawable onclick | |||
|
feedback
|