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: 189

Filed under:

I have a few questions about the Android browser download manager .

  1. Does it support multiple downloads at the same time? From the code it looks like it does.

  2. 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

Related posts about android