Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 ScrollView(垂直或水平)中如何知道滚动动画何时完成?
我用 smoothScrollBy 或 smoothScrollTo 开始动画
您必须继承子类ScrollView才能使用onScrollChanged.
ScrollView
onScrollChanged
请参阅另一个 SO 问题: 同步 ScrollView 滚动位置 - android