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

file-downloader相关问题

时间:2017-05-24 21:08:14      阅读:508      评论:0      收藏:0      [点我收藏+]

标签:new   this   and   pre   tar   download   ring   框架   code   

2017-05-24

file-downloader框架中,如果你想用FileDownloader中的createAndStart(String url, String saveDir, String fileName)方法的话,切记。不要在之前调用configFileDownloadDir方法为它设置默认下载目录,要不然createAndStart失效。

FileDownloadConfiguration.Builder builder = new FileDownloadConfiguration.Builder(this);
builder.configFileDownloadDir(downloadDir);
FileDownloadConfiguration configuration = builder.build();
FileDownloader.init(configuration);

 

file-downloader相关问题

标签:new   this   and   pre   tar   download   ring   框架   code   

原文地址:http://www.cnblogs.com/angelshelter/p/6900750.html

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