android 用动画启动 Activity

发布于 2024-11-30 06:37:04 字数 117 浏览 0 评论 0原文

是否可以在运行时向活动添加动画,以便当我启动活动时,它会以我的动画开始?我想根据某些视图的位置在运行时为动画指定一些参数。我已成功添加动画广告,但动画是在 xml 文件中定义的,因此我无法编辑动画中的数字。可以这样做吗?

Is it possible to ad an animation to an activity at runtime so when I start the activity, it starts with my animation? I want to specify some parameters to animation at runtime depending on some view's position. I've managed to ad an animation, but the animation was defined in a xml file so I was not able to edit the numbers from animation. Is it possible to do this?

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

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

发布评论

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

评论(2

自我难过 2024-12-07 06:37:04

您可以在代码中而不是 XML 文件中定义动画。例如这里解释了如何做到这一点。然后您可以使用变量在运行时更改内容。

You could define your animation in code instead of the XML file. For example here it is explained how to do that. THen you can change things at runtime by using variables.

雄赳赳气昂昂 2024-12-07 06:37:04

是的,

您始终可以使用 Android Activity 生命周期来执行此操作,在这种情况下,您可以在 onCreate 函数中执行动画。

干杯。

Yes,

you can always use the android activity life cycle to do this, in this case you can perform your animation in the onCreate function.

Cheers.

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