oh, also, i forgot this sample https://github.com/xamarin/monotouch-samples/tree/master/LazyTableImages (unfortunately it's a bit old, but might be useful reference)
On Wed, Aug 22, 2012 at 8:00 PM, Wally McClure < [email protected]> wrote: > Apologies for just noticing this thread. I would wrap this up in a thread > so that the download of the image takes place off the main thread. I've > written about how to do this in: > > http://www.devproconnections.com/article/mobile-development/ios-uitableview-141550 > > I use a threadpool thread (I'm so .NET 1.0) and it works pretty well. You > can do this many different ways. I've also tried with the TPL and had > success. > > Wally > > ------------------------------ > Date: Tue, 21 Aug 2012 20:09:16 -0500 > From: [email protected] > To: [email protected] > CC: [email protected] > Subject: Re: [MonoTouch] Uitableview with images .. slow scrolling > > > look at how it's used in Elements.cs > > > https://github.com/migueldeicaza/MonoTouch.Dialog/blob/master/MonoTouch.Dialog/Elements.cs > > On Tue, Aug 21, 2012 at 8:00 PM, Aziz <[email protected]> wrote: > > I'm sorry for miss understanding ..!! > > but I have problem with the second arrg: IImageUpdated > I do't need any thing to call when the request complete ..what I need to > assigin the image to cell.ImageView.Image > > : ( > > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Uitableview-with-images-slow-scrolling-tp4656636p4656641.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > > > > _______________________________________________ MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
