as explained in the tutorial https://www.b4x.com/android/forum/threads/downloading-files-using-service-module.7572
I need to download many files from servers. If you launch the list (with for) the file to be downloaded, the server requests are made immediately and overlap the server response
You know how to give advice on how to start the download request only after the previous file has been downloaded?
In practice, the durations for loop, for each request, the cycle should stop and wait for the terms of the file download.
I hope it is clear.
Thanks in advance
Roberto
I need to download many files from servers. If you launch the list (with for) the file to be downloaded, the server requests are made immediately and overlap the server response
You know how to give advice on how to start the download request only after the previous file has been downloaded?
In practice, the durations for loop, for each request, the cycle should stop and wait for the terms of the file download.
I hope it is clear.
Thanks in advance
Roberto