Android开始之异步图片下载

Android单线程模式:

1.不要阻塞UI主线程:不在UI线程中访问网络

四个步骤:

OnPreExecute 构建异步任务

doInBackgroud

onProgressUpdate

OnPostExecute 更新UI

 

 

.xml:button ,ImageView

 

posted @ 2017-03-05 22:05  张兮兮  阅读(168)  评论(0编辑  收藏  举报