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 |
|
|
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.