Because the image is downloaded separately for each cell, I am looking for A lazy loading solution.
In the iOS developer library, they are a good solution to my problem, but it is in Objective-c.
(Link to LazyTableImages)
I tried this example on the Xamarin website (Link), but it is not the quick and wrong part.
I found this (UrlImageStore) solution, but I cannot use UITableView.
Does anyone give this hint/solution?
Just search for the LazyTableImages project in the monotouch samples.
I provided the home page of the sample because it may be helpful to you.
I have a UITableView with different parts and an image on each cell.
Because the image is downloaded separately for each cell, I am looking for a kind of delayed loading Solution.
In the iOS developer library, they are a good solution to my problem, but it is in Objective-c.
(Link to LazyTableImages)< /p>
I tried this example on the Xamarin website (Link), but it is not the quick and wrong part.
I found this (UrlImageStore) solution, but I cannot use UITableView .
Does anyone give this hint/solution?
In order not to reinvent the wheel, Xamarin has created a sample for this. It has also been updated.
Search for the LazyTableImages project in the monotouch samples.
I provide the homepage of the sample because it may be helpful to you.