I am developing an android application in which I want to slide images with finger touch. I have implemented an onClickListener with which I can slide images but I don’t know how to implement finger touch functionality.
Please suggest me any method how to slide images with finger touch. Any Suggestion or any tutorial or method will be helpful.
You can use onTouchListner method instead of onClickListner. Below onTouchListners example is given..