I have fixed the problem. I am not sure why it was happening, my guess it that the monodroid UI system uses a bit of memory that can cause the GC to do a collection. Anyway, I fixed it by doing a CollectGarbage(2) at the end of the OnCreate for the Activity.
-- View this message in context: http://mono-for-android.1047100.n5.nabble.com/AndroidGameView-one-second-pause-tp5712381p5712393.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
