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

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -