【Android开发】Context类
Context 英文直译:上下文
Google官方文档概述:
Interface to global information about an application environment. This is an abstract class whose implementation is provided by the Android system. It allows access to application-specific resources and classes, as well as up-calls for application-level operations such as launching activities, broadcasting and receiving intents, etc.
有关一个应用运行环境的全局信息接口。这是一个抽象类,它的实现由 Android 系统提供。它允许开发者访问应用特定的资源与类型,以及对应用层的上行调用,比如启动 activities,广播和接收 intents 等等。
在 Android 中,我们通过 Context 类识别调用者的实例,它主要被用来访问和加载资源。
【相关资料】
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。