在 TabActivity 中切换选项卡时自定义动画

发布于 2024-12-08 21:22:52 字数 53 浏览 0 评论 0原文

有什么方法可以在 TabAcivity 中从一个选项卡切换到另一个选项卡时添加自定义动画吗?

Is there any way by which I can add custom animations during the switch over from one tab to another in a TabAcivity?

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

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

发布评论

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

评论(1

迷荒 2024-12-15 21:22:52

简短的回答,是的。但是,如果看不到您的代码,就很难帮助解决您的具体问题。根据您尝试从何处启动动画以及每个选项卡的动画是否相同,您可以从 TabActivity 或每个选项卡的子 Activity 中启动动画。我想说,最简单的事情就是从每个选项卡活动的 onResume() 中启动它。如果将其放入 onCreate() 中,它将仅在第一次选择每个选项卡时启动。

Short answer, YES. But without seeing your code it's hard to help with your specific issue. Depending on where you're trying to launch the animation from and if it will be the same for each tab, you could either kick it off from the TabActivity or from each of your tab's children Activities. I'd say, the easiest thing to do would be to kick it off from the onResume() of each of the tab's activities. If you put it in the onCreate() it would only launch the first time each tab is selected.

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