如何在 Android 2.3.3 中使用下载管理器请求多个下载
如何请求Android下载管理器同时下载多个文件。我还想知道每个文件的下载状态。
How to request Android download manager to download multiple files at the same time. Also I would like to know each and every file download status.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
求第一个。
然后,请求第二个。
然后,请求第三个。
根据需要继续。
他们是否“同时”下载不是你关心的,你也无法控制它。当
DownloadManager
决定下载它们时,它们就会下载,可能同时也可能不同时。Request the first one.
Then, request the second one.
Then, request the third one.
Continue as needed.
Whether they download "at the same time" is not your concern, nor do you have control over it. They will download when
DownloadManager
decides to download them, which may be simultaneously or not.公共类下载管理器{
私有静态最终字符串标记=“DownloadManager”;
}
public class DownloadManager {
private static final String TAG = "DownloadManager";
}