gpt4 book ai didi

android - 异步任务 : why update UI Thread in doInbackground will meet error?

转载 作者:太空宇宙 更新时间:2023-11-03 11:40:49 25 4
gpt4 key购买 nike

当我阅读有关 asyntask 的文档时,他们说:“不应该”在 doInbackground 中更新 UI 线程,因为 doInbackground 在不同的线程上工作。

这意味着:此操作很危险,因为 UI 线程不是线程安全的。我明白。但是当我尝试测试在这个函数中更新 UI Thread 时会发生什么。我收到错误:(但错误看起来不像是因为 aysnchonize,而是因为我们不能这样做)

   (TextView)((Activity)context).findViewById(R.id.text)).setText("StackOverFlow");
//context: reference of context object of UI Thread

请为我解释一下。我们是不应该还是不应该

谢谢:)

最佳答案

到目前为止,我对 android 的了解是...,

我们不能从后台线程更新 UI 线程。可能是他们阻止了我们从后台线程更新 UI。

原因很清楚...@OS 级别将有那么多线程 将运行。

还有来自不同应用程序的不同线程,如果我们可以从 bg-thread 更新 UI,那么在这种情况下屏幕上会很困惑

关于android - 异步任务 : why update UI Thread in doInbackground will meet error?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9801322/

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