标签: android android-scrollview android-event android-scroll
在ScrollView(垂直或水平)中如何知道滚动动画何时完成?
我使用smoothScrollBy或smoothScrollTo
答案 0 :(得分:2)
您必须将ScrollView子类化为onScrollChanged。
ScrollView
onScrollChanged
见另一个问题: Synchronise ScrollView scroll positions - android