标签: android
在Android中,在异步任务中获取数据时,如何在Asynch任务中收到数据时刷新GUI?
答案 0 :(得分:3)
AsyncTask中有onPostExecute()方法。您可以在其中刷新GUI。
onPostExecute()