gpt4 book ai didi

Android 的 View 不刷新

转载 作者:行者123 更新时间:2023-11-29 21:10:35 25 4
gpt4 key购买 nike

在一个线程中,当我从互联网上收到一些东西时,我想通知用户,我会做类似的事情

new Thread(new Runnable(...
...
Log.d("tag", "going to redraw");
findViewById(R.id.view).setVisibility(View.VISIBLE);
findViewById(R.id.view).refreshDrawableState(); // tried this
findViewById(R.id.view).invalidate(); // and this together and separately
).start();

总是看到日志,有时看到显示的 View 。我不知道发生了什么

我尝试将 findViewById 包含在 runOnUIThread 中,但这也没有成功。有什么建议吗?

最佳答案

请勿在UI Thread以外的Thread中修改UI!要么使用 HandlerActivity.runOnUiThread()

关于Android 的 View 不刷新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22999714/

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