Android官方开发文档Training系列课程中文版:如何避免ANR?
private class DownloadFilesTask extends AsyncTask,Integer,Long>{/Do the long-running work in here protected Long doInBackground(URL.urls){ int count=urls.length;long totalSize=0;for(int i=0;i;i+){ totalSize+Downloader....