【发布时间】:2011-10-25 17:59:06
【问题描述】:
在 ScrollView(垂直或水平)中如何知道滚动动画何时完成?
我用 smoothScrollBy 或 smoothScrollTo 开始动画
【问题讨论】:
标签: android android-scrollview android-event android-scroll
在 ScrollView(垂直或水平)中如何知道滚动动画何时完成?
我用 smoothScrollBy 或 smoothScrollTo 开始动画
【问题讨论】:
标签: android android-scrollview android-event android-scroll
您必须继承ScrollView 才能使用onScrollChanged。
查看其他 SO 问题: Synchronise ScrollView scroll positions - android
【讨论】:
smoothScrollBy 或 smoothScrollTo "destination" 并与 onScrollChanged 中的新目标进行比较。