I am on a project that need to use a gallery view in it. If you will build the HelloGallery Project From Developer.android site (The Default Android Example of Gallery) . It will work great.
Issue is
if you will scroll the gallery with a fast swipe. it will move so quick that the last image comes to front.
How can i control this horrizontal scrolling rate and make any swipe move to next/previous image onlyThis will be bad to read touch events of gallery and reading left or right swipe over the view and setting the next or previous image to front.
Need some good direction
Thanks in advance.