我从谷歌找到了Android异步Http客户端库:http://loopj.com/android-async-http/ 这是Android的精彩库。但它没有下载功能。是否有任何支持异步下载功能的lib。
答案 0 :(得分:0)
您可以使用intentservice http://developer.android.com/reference/android/app/IntentService.html
答案 1 :(得分:-1)
只需使用AsyncTask并在doInBackground方法中下载您的文件。
尝试com.github.droidfu