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 或 HorizontalScrollView 的滚动过程中建立监听器?
您只能创建一个扩展 ScrollView 并覆盖 onScrollChanged() 方法的类。