滚动图库的按钮

发布于 2024-12-22 10:32:11 字数 179 浏览 1 评论 0原文

在我的应用程序中,我有一个 Gallery 视图和两个用于滚动它的按钮 - 向左和向右。通过 fling 滚动图库也可以,但问题是:在用户使用 fling 移动滚动 Gallery 后,如何更新按钮的状态?是否有任何回调告诉 Gallery 的所选项目已更改?谢谢。

In my application I have a Gallery view and two buttons to scroll it - left and right. Scrolling the gallery by fling also works, and here is the problem: how can I update the states of buttons after the user scrolled the Gallery using fling movements? Is there any callback that tells that Gallery's selected item has changed? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦在深巷 2024-12-29 10:32:11

有一个 onItemSelectedListener 可以与图库一起使用。如果您使用它,您可能还想阅读有关 setCallbackDuringFling() 可以在滑动时启用/禁用侦听器。

There is an onItemSelectedListener that you can use with a gallery. If you use it you'll probably also want to read about setCallbackDuringFling() that can enable/disable the listener while flinging.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文