I am developing an android application, in which, I am changing the image continuously in intervals. Before every change, I need to check if touch event has occurred or not? If yes, then which event has occurred, DOWN or UP?
In my search I only found how to add touch event and check which event occurred, but I couldn't find a solution which would enable me to know if event has occurred or not.
Can Someone Help me in this?