为什么有人要扩展 Android 中的 Application 类?

发布于 2024-11-29 21:28:24 字数 62 浏览 1 评论 0原文

谁能解释一下A类扩展应用程序的必要性。为什么我们可能会在 Android 中这样做?

Can anyone explain the need for class A extends Application. Why would we possibly do it in Android?

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

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

发布评论

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

评论(1

鸠书 2024-12-06 21:28:24

应用程序是整个应用程序的全局事物,无论当前活动如何。以下教程来自 Android Bootcamp,当前重点是 Application 类。 (如果没有本系列的其余部分,这有点断章取义,但它确实演示了其用途)http://www.youtube.com/user/MarakanaTechTV#p/c/E953C0B85B50AB62/8/jd_V7a6xhQc

Application is things that will be global to the entire application regardless of current activity. The following tutorial is from an Android Bootcamp and its current focus is about the Application class. (It is a bit out of context without the rest of the series but it does demonstrate its use) http://www.youtube.com/user/MarakanaTechTV#p/c/E953C0B85B50AB62/8/jd_V7a6xhQc

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