Delphi/Firemonkey - Async or Sync approach

Hi, I am hoping for some guidelines. I have a firemonkey multi device app that needs to download a set of images from a RemObjects remote server. Currently I am using the HttpChannel. Each images should be a seperate call to the server as it will populate images on the devices as they are loaded in much the same way as a browser works. I have looked at the examples provided with RemObjects SDK and don’t really know whether to use the ‘Extended File Transfer’ or the ‘Async’ example as the best approach. Please note that several calls will be made to the server at a time.

look at Phone Photo Server example. it is very similar to your case.
also it demonstrates usage of AsyncEx interfaces.

Hi EvgenyK, Thank you. Will do,