【发布时间】:2010-06-21 18:16:27
【问题描述】:
有没有办法在ScrollView或HorizontalScrollView的滚动过程中建立监听器?
【问题讨论】:
标签: android scrollview
有没有办法在ScrollView或HorizontalScrollView的滚动过程中建立监听器?
【问题讨论】:
标签: android scrollview
您只能创建一个扩展 ScrollView 并覆盖 onScrollChanged() 方法的类。
【讨论】:
<com.example.MyView ...>