码迷,mamicode.com
首页 > 其他好文 > 详细

调用AsyncTask的excute方法不能立即执行程序的原因分析及改善方案

时间:2016-08-31 13:54:07      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:

LinkedBlockingQueue<Runnable> blockingQueue = new LinkedBlockingQueue<Runnable>();
ExecutorService exec = new ThreadPoolExecutor(1, 1, 0L, TimeUnit.MILLISECONDS, blockingQueue);
new MyFileToBitmap(viewHold.ivPhone, archice.getFilePath()).executeOnExecutor(exec,URl);

 

调用AsyncTask的excute方法不能立即执行程序的原因分析及改善方案

标签:

原文地址:http://www.cnblogs.com/qcgAd/p/5825538.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!