在 Android 中使用已弃用的 AbsoluteLayout 类?

发布于 2024-08-21 10:50:33 字数 202 浏览 6 评论 0原文

AbsoluteLayout 类已弃用,但仍然可以在代码中编写它作品。如果我使用这个类会有什么问题吗?将应用程序部署到手机上后能否正常运行?

谢谢

The AbsoluteLayout class is deprecated but still can write it in code and it works. Will there be any problems if I use this class? Will the application work correctly after I deploy it on a phone?

Thanks

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

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

发布评论

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

评论(2

爱本泡沫多脆弱 2024-08-28 10:50:33

当一段代码被列为已弃用时,这意味着它暂时仍然可以工作,但在将来的代码更新中,对它的支持将被删除。

这意味着您最终必须想出不同的解决方案来解决问题。不妨现在就做。

如果已经存在另一个允许您执行您想做的操作的函数,我不建议使用已弃用的函数。

When a piece of code is listed as deprecated, it means that it'll still work for the time being, but that in some future update of the code, support for it will be dropped.

This means you'll eventually have to come up with a different solution to the problem. Might as well do it now.

I do not recommend using deprecated functions if another function already exists that allows you to do what you want to do.

寄人书 2024-08-28 10:50:33

请参阅 Android 中 AbsoluteLayout 的替代方案?

这可以解决您的问题..

每个已弃用的方法和类有替代解决方案。

Refer Alternative to AbsoluteLayout in Android?

This solves your problem..

Every deprecated method and class have the alternate solution.

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