Mmhh ok.. currently I'm trying to adapt it to my solution, I understand what
http://stackoverflow.com/questions/7603135/monodroid-passing-data-to-listvie
w-according-to-gref-limit do, but i don't see how to adapt it to my actuel
Csharp code.. I search :)

Thanks for the answer

-----Message d'origine-----
De : monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] De la part de Tomasz Cielecki
Envoyé : jeudi 15 mars 2012 12:56
À : Discussions related to Mono for Android
Objet : Re: [mono-android] bug into listview (monodroid bug ?)

> 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-listvie
w-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

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to