Android HorizontalScrollView scroll by page
Posted
by Ionic Walrus
on Stack Overflow
See other posts from Stack Overflow
or by Ionic Walrus
Published on 2010-02-18T17:04:18Z
Indexed on
2010/04/27
1:43 UTC
Read the original article
Hit count: 1599
Hi all, I have implemented a slideshow in my Android app using . This works well except that I want to scroll to next image on a scroll gesture (now it just scrolls past few images before decelerating). I have couldn't find a appropriate way to do this, should I be using a FrameLayout instead ? How do I scroll to the next (or previous) image on scroll gesture ? Any help is appreciated, thanks.
© Stack Overflow or respective owner