当前位置: 代码迷 >> Android >> [android]Context 下上文
  详细解决方案

[android]Context 下上文

热度:42   发布时间:2016-05-01 14:59:28.0
[android]Context 上下文

Context---代表的是对相关资源的访问能力---有很多方法需要通过Context才能识别调用者的实例

            ---Android中一共有3个Context对象

               ---Application

               ---Activity

               ---Service

  相关解决方案