> 03-15 00:14:29.794 D/dalvikvm( 1193): GREF has increased to 2001

This is most likely why you are experiencing a crash. You load a lot
of Java instances which do not get released and eventually causes a
crash.

I use a ListView with a lot of entries as well and use the method in
the first answer in this post on StackOverflow:
http://stackoverflow.com/questions/7603135/monodroid-passing-data-to-listview-according-to-gref-limit

Might work for you as well.




-- 
Med Venlig Hilsen / With Best Regards
Tomasz Cielecki
http://ostebaronen.dk
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to