Downloading large files in the background (Android ) -


what recommended solution downloading large files in background (larger 100mb) on android?

  • downloadmanager
  • google volley
  • asynctask , httpclient
  • largefiledownloader

you can use intent service / service long background operations per need , google volley sufficient enough work handles network related tasks itself


Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -