I have a ImageView
which needs to be dragged to LEFT or RIGHT only. I need to acheive the behaviour which is like ScrollerThumb
.
Then, according to the drag value (x value changes) I need to perform certain operations. I had a look to drag & drop tutorials but it is not functionality I want.
Can you please provide any suggestions on how to achieve that?