0

I have an app, which needs to download some files from server and use them.

  1. How can I download them? Techniques and samples are welcome.
  2. Where can I store these files, so that my app might use them in the future?
Michael Petrotta
  • 59,888
  • 27
  • 145
  • 179
Daler
  • 1,205
  • 3
  • 18
  • 39

1 Answers1

2

You can use AsyncTask to do this type of functionality. See this link for reference.

Community
  • 1
  • 1
orchidrudra
  • 1,172
  • 1
  • 12
  • 30