Closed elmalote closed 8 years ago
Have you tried checking mCurrentScrollDirection/mCurrentFlingDirection? These properties should both contain Direction.NONE when not scrolling.
Thanks for your answer. That is correct, my question was perhaps a little vague. I also need to detect when the user starts scrolling. I have solved this by using an interface. Is there a way to trigger the weekView to load all the events from a list again, thus bypassing monthChanged?
Nevermind fixed it, my call to notifyDataSetChanged wasn't being fired.
Is it possible to detect when user is scrolling and scrolling has completely stopped? mScroller.isFinished() doesn't return the correct value. Reports true even when it's still scrolling.