My requirement is on touch move I have to change image in image view.If user fling fast based on velocity I want to get fling speed interval and change image.
I am able to get X and Y velocity, but based on velocity how to find timer interval to apply image change.Please provide a solution.