gpt4 book ai didi

android - 在 Android 中获取上下文?

转载 作者:行者123 更新时间:2023-11-29 14:18:11 28 4
gpt4 key购买 nike

我在我的 android 应用程序中的一个类中,我怎样才能获得应用程序的主要上下文和 Activity ?

感谢您的帮助!

最佳答案

我确定您已经有了上下文,但您不知道它是上下文:

Context是一个抽象基类,继承了很多类。

因此,当您为其编写代码的类是以下之一时,您可以通过使用 this 引用来获取上下文:

  • 上下文包装器
  • 模拟上下文
  • 抽象输入方法服务
  • 无障碍服务
  • AccountAuthenticatorActivity
  • Activity
  • Activity 组
  • 别名 Activity
  • 申请
  • 备份代理
  • 备份代理助手
  • 上下文主题包装器
  • ExpandableListActivity
  • 输入法服务
  • Intent 服务
  • 独立上下文
  • 启动器 Activity
  • 列表 Activity
  • 模拟应用
  • 可变上下文包装器
  • 本地 Activity
  • 偏好 Activity
  • 识别服务
  • 远程 View 服务
  • 重命名委托(delegate)上下文
  • 服务
  • 拼写检查服务
  • TabActivity
  • 文字转语音服务
  • VPN服务
  • 壁纸服务

因此你可以这样写:

Context context = this;

Context context = (Context) this;

关于android - 在 Android 中获取上下文?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7917947/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com