I have an app, which needs to download some files from server and use them.
- How can I download them? Techniques and samples are welcome.
- Where can I store these files, so that my app might use them in the future?
I have an app, which needs to download some files from server and use them.
You can use AsyncTask
to do this type of functionality. See this link for reference.