Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Files

Latest commit

 

History

History

AsyncDownloadImage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
name description page_type languages products urlFragment
Xamarin.iOS - Async Download Image
Demonstrates how to use the new async/await feature. The sample downloads a large file using WebClient...
sample
csharp
xamarin
asyncdownloadimage

AsyncDownloadImage

This sample application demonstrates how to use the new async/await feature in Xamarin.iOS.

The sample downloads a large image from Internet using the DownloadDataTaskAsync in WebClient. Saving and resizing the image also use the new async feature.

Image downloading progress Image downloading sample