标签: android android-scrollview android-scroll
有没有办法确定Android(垂直)滚动视图滚动向上或向下。我实际上有一个实现它的方案。
答案 0 :(得分:0)
将触发onScrollChanged事件,您可以比较前一个和当前滚动位置。见这里:http://developer.android.com/reference/android/view/View.html#onScrollChanged%28int,%20int,%20int,%20int%29