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.
Author : https://github.com/olegoid.
If you like this tutorial then you can download full copy of the code from github.
Leave a Reply