在 ViewFlipper 中按需进行工作

发布于 2024-09-18 08:10:42 字数 69 浏览 3 评论 0原文

我想在 ViewFlipper 中显示某个视图时加载 URL。如何确定正在显示 X 视图,以便我可以执行 URL 下载逻辑?

I want to load a URL when a certain view in my ViewFlipper is shown. How can I determine that X view is being shown, so I can perform the URL downloading logic?

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

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

发布评论

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

评论(1

〆一缕阳光ご 2024-09-25 08:10:42

<块引用>

如何确定正在显示 X 视图

使用 getDisplayedChild() 方法;它返回一个整数,表示显示视图的以零为基数的索引。如何处理该索引取决于您。

How can I determine that X view is being shown

Use the getDisplayedChild() method; it returns an integer which represents the base-zero index of the displayed view. What to do with that index is up to you.

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