On Apr 6, 2012, at 8:48 AM, gnauck wrote:
> here: http://samples.xamarin.com/Samples/Details?type=MonoForAndroid&id=94

Thanks; the sample was buggy, as it would constantly create new View instances 
within Home_Adapter.GetView() instead of reusing the `convertView` parameter.

I've fixed this:

        
https://github.com/xamarin/monodroid-samples/commit/a078207533a5499a697662519736b11d412fe830

Now, instead of creating hundreds of grefs just from scrolling the list, it 
stabilizes at 64 grefs.

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to