ios-samples/AsyncDownloadImage
Brad Umbaugh 3392dd3a8e Set MtouchHttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 12:28:55 -06:00
..
AsyncDownloadImage Set MtouchHttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 12:28:55 -06:00
Screenshots [AsyncDownloadImage]Updating sample for iOS7 and updating screenshots 2013-10-21 14:07:08 +01:00
AsyncDownloadImage.sln Add a new async Sample AsyncDownloadImage 2013-07-24 15:32:55 -04:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md updated README to reflect compatibility with Xcode 2013-12-11 15:50:08 +00:00

README.md

AsyncDownloadImage

This sample application demonstrates how to use the new Async/Await feature which is available in Xamarin.iOS 6.4.

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

**NOTE: This sample will only work with Xcode 5.0 or above.