|
|
|
|
|
The following functions are used to download files from an Android application:
| | DownloadAdd | Adds a new download in the device's download manager. | DownloadGetInfo | Retrieves the details of a download present in the download manager. | DownloadList | Lists the downloads from the current application in the download manager. | DownloadRemove | Cancels a download by removing it from the download manager, and deletes any existing files. |
These functions use the following types of variables:
Related Examples:
|
Android (WINDEV Mobile): Android Downloads
[ + ] This example illustrates background downloads in WINDEV Mobile and Android. It is no longer necessary to keep the application open to propose the download of a file. The download manager allows you to download large files and to notify the application when the downloads are finished.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|