ios-samples/AsyncDownloadImage
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
AsyncDownloadImage Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots onboard missing samples 2019-08-01 19:56:58 -07:00
AsyncDownloadImage.sln
Metadata.xml
README.md onboard missing samples 2019-08-01 19:56:58 -07:00

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