gpt4 book ai didi

Android - getSystemService 错误?

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:32:47 31 4
gpt4 key购买 nike

我已按照本教程获取我的 ListView 填充数据 -- http://android.amberfog.com/?p=296 .

但它只有在我像教程那样子类化我的自定义列表适配器 (MyCustomAdapter) 时才有效。但是我想把它放在一个单独的类中,但是当我尝试这样做时,我最终在下面的这一行中得到一个错误,说“方法 getSystemService(String) 未定义类型 我的自定义适配器

      public MyCustomAdapter() {
mInflater = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);
}

我有什么想法可以让它在它自己的类中工作吗?任何帮助表示赞赏。

最佳答案

getSystemService 可以在上下文中调用。获取适配器内部上下文的句柄,您可以执行如下操作:

mContext.getSystemService()

关于Android - getSystemService 错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6089833/

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