01-02-2012 08:08 PM
I created a horizontalfieldmanager that takes up the width of the screen and allows the user to scroll through images. Each bitmap field is the width of the screen as well. I know there is a method getHorizontalScroll to get the current position of the scroll, but how do I know when to call that method? Is there some sort of callback that tells me when a user has scrolled to the next focused image?
Solved! Go to Solution.
01-02-2012 08:11 PM
01-02-2012 08:22 PM
ah I found it setScrollListener() and implement the ScrollChangeListener interface.
01-02-2012 08:47 PM
That is the way, can you mark this as solved?