I have a simple app that calls a method in the click event of the button. As I'm clicking the button the use of memory is increasing and it is not released.
I suspect this problem is related to the use of List<T>. The Clear() method seems not release the memory. Android 4.0.1 MonoAndroid 4.4.54 Visual Studio 2010 Java 7.17 The below code is a simple example. In actual application the consumption is much higher. Activity1.cs Main.xml Class1.cs ListClass.cs -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Memory-Leak-With-Simple-App-tp5713078.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
