Is there any difference between OnTouchListener and OnClickListener? I am not asking from programming point of view, but from User Experience point
OnTouchListener
OnClickListener
Prefer to use onTouch. Give you an example: when you have a ViewPager and a TextView in it. if you implement setOnClickListener on textView, you will not be able to swipe the ViewPager when you touch/swipe on the TextView