Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement multithreaded download in DownloadActivity #55

Open
robbear opened this issue Feb 17, 2014 · 2 comments
Open

Implement multithreaded download in DownloadActivity #55

robbear opened this issue Feb 17, 2014 · 2 comments
Assignees

Comments

@robbear
Copy link
Owner

robbear commented Feb 17, 2014

Currently serializing the downloads of all resource files. Need to parallelize this. See https://github.com/vicfran/android-image-download/ for example.

@robbear robbear self-assigned this Feb 17, 2014
@robbear
Copy link
Owner Author

robbear commented Feb 25, 2014

Or use the Android DownloadManager class.

@robbear
Copy link
Owner Author

robbear commented Jun 4, 2014

Look into using Volley. See http://captechconsulting.com/blog/clinton-teegarden/android-volley-library-tutorial

This looks like the best bet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant