首页 > 学院 > 开发设计 > 正文

AsyncTask 使用注意

2019-11-09 18:00:22
字体:
来源:转载
供稿:网友

以前项目在使用AsyncTask excute方法,  很多操作无法执行或者执行时间异常的延时。

原因:

        发现有一个task非常耗时。 导致后续所有的task阻塞。

解决办法:

        使用executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, data); 替代


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表