зеркало из https://github.com/xamarin/ios-samples.git
c48c4d648c
The new .editorconfig is copied from the one in xamarin/xamarin-macios. Formatting was fixed using 'dotnet format whitespace --folder .' |
||
---|---|---|
.. | ||
AsyncDownloadImage | ||
Screenshots | ||
AsyncDownloadImage.sln | ||
Metadata.xml | ||
README.md |
README.md
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 |
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.