摘要:
原文地址:http://jcodecraeer.com/a/anzhuokaifa/androidkaifa/2014/1125/2057.html这里主要讨论三种方式:AsyncTask、Service和使用DownloadManager。一、使用AsyncTask并在进度对话框中显示下载进度这种... 阅读全文
摘要:
IntentService和ResultReceiver的异步处理1.在下载手机上从网络下载东西的时候会用到AsyncTask来方便处理,这里可以在用IntentService和ResultReceiver对一些基本概念做一些了解:IntentService:IntentService是Servic... 阅读全文