android记录
AsyncTask
在AsyncTask中,更新UI要在onPostExecute中执行才行,如果是在doInBackground就会报错Can't create handler inside thread that has not called Looper.prepare()
发布时间: 2012-09-24 13:49:42 作者: rapoo
android记录
AsyncTask
在AsyncTask中,更新UI要在onPostExecute中执行才行,如果是在doInBackground就会报错Can't create handler inside thread that has not called Looper.prepare()