如何在 android ListView 中获取更改滚动 y 轴的值?

How can I get the value of the change scroll y-axis in android ListView?

Link

看上面的link,可以继承recyclerView的scrollListener

查看滚动时y轴的变化量,它正在处理各种事件。

使用 expanderableListView,它尝试处理相同的事件,

根本无法检索到y轴方向的滚动值。

或者,当其他viewGroup也尝试同样的处理时,

会有什么好的方法吗?

我放弃了使用ExpanderableListView来检查滚动时y轴的变化量。

使用 recyclerViewOnScrollListener 而不是 `expanderableListView'。