Android Gallery 小部件 onScrollStateChanged
如何为 Android Gallery Widget 设置 onScrollStateChanged
方法?
如果滚动完成,我想做点什么。
How can i set the onScrollStateChanged
method for the Android Gallery Widget?
I would like to do something if the scrolling is finished.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我无法准确找到您要查找的内容,但我会尝试使用
Gallery
的 onScroll 方法:最后一次
onScroll
调用,e2.getAction(
) 应等于MotionEvent.ACTION_UP
I couldn't find exactly what you are looking for, but I would try using
Gallery
's onScroll method:The last
onScroll
call,e2.getAction(
) should be equal toMotionEvent.ACTION_UP