This seminar code on the Xamarin site is quite good for that:

https://github.com/xamarin/Seminars/tree/master/2012-11-01-CollectionViews

specifically:

ImageLoader.DefaultRequestImage (uri, this);

which is part of MonoTouch.Dialog. You pass in "this" as an
"IImageUpdated" so it can set the image for you once it's downloaded.
It handles the local cache for you

On Wed, Nov 28, 2012 at 11:40 PM, Alejandro Vazquez
<[email protected]> wrote:
> Hi,
>
> I have to build a funtionality in which I get a json object with a list of
> image url's, then I will have to load them and save them locally
> (Library/Cache I suppose), so the application can show a gallery collection
> from those files.
>
> Any clue on the best way to do this?
>
> Appreciate your help,
>
> Alejandro
>
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
Earnest: Self-employed? Track your business expenses and income.
http://earnestapp.com
Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to