The Downloader component can be used to download a file straight from the internet to your phone or tablet's local storage.
Create a Downloader object using the CreateDownloader method of the app object:
The SetOnComplete method is used to set a function to be called when the download has finished or failed
The Download method sets the source and destination of the file and starts the download
Once the Download method has been called, it show a progress bar and begins the download
See 'CreateDownloader for more informations and a complete function list