Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我AsynTask在我的代码中实现了。我想在doInBackground()任务完成后更新我的 UI。但是onProgressupdate()方法没有调用。请给我们解决这个问题。
AsynTask
doInBackground()
onProgressupdate()
从publishProgress(...)您的doInBackground().
publishProgress(...)