ViewOnTouchListener
ViewOnTouchListener is an interface in the Android SDK used to handle touch screen events. When attached to a View, it allows a developer to intercept and process touch events as they occur on that specific view. This includes actions such as pressing down on the screen, moving a finger, and releasing the touch.
The interface defines a single method, onTouch(View v, MotionEvent event). This method is called every time a
Returning true from the onTouch method signifies that the event has been consumed and should not be