ios-samples/AsyncDownloadImage
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
..
AsyncDownloadImage Switched to 64-bit only builds. 2018-08-07 14:13:47 +01: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.