Hello folks,
I've implemented Erel's code http://www.b4x.com/android/forum/threads/download-huge-files-with-httputils2.30220/ in my program to download different kind of files.
However, the program downloads files one by one to ensure that all files have been downloaded but I think it slows the proccess.
Is there an update to improve performace?
Thank's in advance.
The algorythm is the following:
1) Save DownloadData objects to a List
2) Verify if list contains objects. If true then download first file and every _Complete event program verifies if more objects exists in list. If true then download next file and so on,
I've implemented Erel's code http://www.b4x.com/android/forum/threads/download-huge-files-with-httputils2.30220/ in my program to download different kind of files.
However, the program downloads files one by one to ensure that all files have been downloaded but I think it slows the proccess.
Is there an update to improve performace?
Thank's in advance.
The algorythm is the following:
1) Save DownloadData objects to a List
2) Verify if list contains objects. If true then download first file and every _Complete event program verifies if more objects exists in list. If true then download next file and so on,