I am in a position to implement different actions for OnClick
and OnTouch
listeners for an ImageView
.I have referred several links in stackoverflow but couldn't achieve my goal.
how can I implement this.I've referred
how to use both Ontouch and Onclick for an ImageButton?
Android onTouch with onClick and onLongClick
Can't handle both click and touch events simultaneously
OnTouch/OnClick listeners. Use both?
actually my context was when i click on imageview it will goto other activity and when i swipe on it it has to liked by the user. any help.