标签: android asynchronous
在我的asynctask中,我正在更新onPostExecute()的UI。我的UI组件是动态创建的,并设置为for循环。
onPostExecute()
因为它是如此繁重的用户界面操作,我得到的信息就像" Application not responding"选项" close"或者"`等待"。
Application not responding
close
我试图在runonUI中运行该操作,甚至在新的异步中运行。但它给出了信息。