Android DownloadManager - few questions
Posted
by ChrisR
on Stack Overflow
See other posts from Stack Overflow
or by ChrisR
Published on 2010-04-26T16:50:31Z
Indexed on
2010/04/26
16:53 UTC
Read the original article
Hit count: 213
android
I have a few questions about the Android browser download manager .
Does it support multiple downloads at the same time? From the code it looks like it does.
What's advantage of using HTTPRequest over URL/URLConnection to download files?
3.The download manager opens and closes connection for each download. Is it the right thing to do? Or is it better to use the same connection for for all the download requests(by changing the required parameters) and then clse the connection?
© Stack Overflow or respective owner