I used the same same code from the demo app, so I check for the value of the scrolling flag, however by the time onScrollingFinished is finally called to reset the value of this variable, onChanged has already been called and doesn't get called again after that.
Here's how the log looks like (the boolean value is the value of the scrolling variable):
I used the same same code from the demo app, so I check for the value of the scrolling flag, however by the time onScrollingFinished is finally called to reset the value of this variable, onChanged has already been called and doesn't get called again after that.
Here's how the log looks like (the boolean value is the value of the scrolling variable):
And here is the full code: http://hastebin.com/ocidofumoh.java