为什么有人要扩展 Android 中的 Application 类?
谁能解释一下A类扩展应用程序
的必要性。为什么我们可能会在 Android 中这样做?
Can anyone explain the need for class A extends Application
. Why would we possibly do it in Android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应用程序是整个应用程序的全局事物,无论当前活动如何。以下教程来自 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