ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Mobile specific functions / Download functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The following functions are used to download files from an Android application:
DownloadAddAdds a new download in the device's download manager.
DownloadGetInfoRetrieves the details of a download present in the download manager.
DownloadListLists the downloads from the current application in the download manager.
DownloadRemoveCancels a download by removing it from the download manager, and deletes any existing files.

These functions use the following types of variables:
DownloadInfoThe DownloadInfo type is used to read the different details about a download in progress retrieved by DownloadGetInfo.
DownloadParameterThe DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
Related Examples:
Android Downloads 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.
Minimum version required
  • Version 27
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help