多线程——AsyncTask类的使用(一)

When an asynchronous task is executed, the task goes through 4 steps:

成都创新互联公司是专业的左权网站建设公司,左权接单;提供网站设计、成都网站设计,网页设计,网站设计,建网站,PHP网站建设等专业做网站服务;采用PHP框架,可快速的进行左权网站开发网页制作和功能扩展;专业做搜索引擎喜爱的网站,专业的做网站团队,希望更多企业前来合作!

  1. onPreExecute(), invoked on the UI thread before the task     is executed. This step is normally used to setup the task, for instance by     showing a progress bar in the user interface.

  2. doInBackground(Params...), invoked on the background thread     immediately after onPreExecute() finishes executing. This step is used     to perform background computation that can take a long time. The parameters     of the asynchronous task are passed to this step. The result of the computation must     be returned by this step and will be passed back to the last step. This step     can also use publishProgress(Progress...) to publish one or more units     of progress. These values are published on the UI thread, in the      onProgressUpdate(Progress...) step.

  3. onProgressUpdate(Progress...), invoked on the UI thread after a     call to publishProgress(Progress...). The timing of the execution is     undefined. This method is used to display any form of progress in the user     interface while the background computation is still executing. For instance,     it can be used to animate a progress bar or show logs in a text field.

  4. onPostExecute(Result), invoked on the UI thread after the background     computation finishes. The result of the background computation is passed to     this step as a parameter.

当在主线程中调用new MyTask().execute(args)时,触发

execute()将参数传给doInBackground()

doInBackground()返回值传给onPostExecute()

在doInBackground()中调用的publishProgress()的参数,传递给onProgressUpdate()


网页题目:多线程——AsyncTask类的使用(一)
新闻来源:http://bzwzjz.com/article/gcjosh.html

其他资讯

Copyright © 2007-2020 广东宝晨空调科技有限公司 All Rights Reserved 粤ICP备2022107769号
友情链接: 网站建设 成都网站设计 app网站建设 营销型网站建设 成都网站建设 成都网站制作 网站制作 成都网站设计公司 LED网站设计方案 成都网站建设 专业网站设计 成都品牌网站建设 成都网站建设公司 四川成都网站制作 定制网站设计 网站制作 手机网站建设 成都网站建设 手机网站制作设计 手机网站设计 成都网站建设 高端网站设计