84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
之前仔细研究过Volley的源码,但是目前有个需求是实现文件的下载,包括断点续传,进度显示等。虽然我可以自定义一个Request实现这种需求,但是毕竟Volley对大量文件的下载支持不好(Volley适合大规模并发的查询请求),所以想咨询一下大家有没有常用的文件下载框架推荐?要兼容Android4.4PS:用AsyncTask之类的就算了,还是想学习现有的好的框架实现。
欢迎选择我的课程,让我们一起见证您的进步~~
Android comes with DownloadManager
https://github.com/lingochamp...
OKHTTP can be implemented by yourself
Android comes with DownloadManager
https://github.com/lingochamp...
OKHTTP can be implemented by yourself