[android-developers] Re: Scrolling direction and velocity

2012-08-24 Thread bob
Or call this? setOnScrollListener (AbsListView.OnScrollListener l) On Friday, August 24, 2012 5:11:23 PM UTC-5, bob wrote: > > Why not override onTouchEvent for the Activity? > > Run the data thru a GestureDetector before passing it to the superclass > method. > > > On Thursday, July 8, 2010 12

[android-developers] Re: Scrolling direction and velocity

2012-08-24 Thread bob
Why not override onTouchEvent for the Activity? Run the data thru a GestureDetector before passing it to the superclass method. On Thursday, July 8, 2010 12:04:56 PM UTC-5, Sandy wrote: > > Is there an easy to know the direction of scroll (up or down for a > vertical list) and the scroll veloc

[android-developers] Re: Scrolling direction and velocity

2012-08-24 Thread Profete162
Same question here, did you find an answer? I asked in STackOverflow... http://stackoverflow.com/questions/12114963/detecting-the-scrolling-direction-in-the-adapter-up-down On Thursday, July 8, 2010 8:17:00 PM UTC+2, Sandy wrote: > > Is there an easy to know the direction of scroll (up or down fo