Android: how to tell if a view is scrolling
- by Dave
in iPhone, this would be simple---each view has a scrollViewDidScroll method. I am trying to find the equivalent in Android.
My code works, but it isn't giving me what I want. I need to execute code the entire duration that a view is scrolling. So, even though I use OnGestureListener's onScroll method, it only fires when the finger is on the…