I have found Android Asynchronous Http Client library from google: http://loopj.com/android-async-http/
This is awesome lib for Android. But it’s not have download function. Is there any lib which support async download function.
I have found Android Asynchronous Http Client library from google: http://loopj.com/android-async-http/ This is awesome
Share
Just use an AsyncTask and in the doInBackground method, download your file.
Try com.github.droidfu