As far as I recall, my application used generics and attributes extensively, as well as a class library.
The main problem was that it would crash, while ignoring the try-catch block! I couldn't see any exception thrown, at least not in a normal way. So locating a bug in the source code, if there was one, was really a pain. I still don't know if my code had bugs or maybe it was a bug in Mono for Android My phone didn't show any memory or CPU problem at the time of the crash. I haven't tested this for a while, but I don't think they've released anything new since Attachmate gave up on this product... My tip is wait for the next release :) Best Regards, Amir From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Wally McClure Sent: Monday, July 25, 2011 6:23 PM To: monodroid@lists.ximian.com Subject: Re: [mono-android] Runtime reliability? Raises hand. Ok, seriously, if you go to my blog and look at things that I tagged with monodroid, you should be able to find a bunch of nuggets that will help out: http://morewally.com/cs/blogs/wallym/archive/tags/monodroid/default.aspx The single biggest things that I have found that help are to: * Turn up the amount of info that you get from MSBuild. Sorry, I don't remember the specific option, but it is in my blog. * Use .axml for the file extension for you layouts. It provides intellisens as well as more info when there is an issue at compile time in a layout. Yeah, I know that its not "standard android", but I have found the debug information valuable when I muck up my layouts. The only diff between .xml and .axml is the file etension. Wally > Date: Mon, 25 Jul 2011 06:25:07 -0700 > From: c...@dm-edv.de > To: monodroid@lists.ximian.com > Subject: [mono-android] Runtime reliability? > > Hello folks, > > who else has problems with the runtime reliability? > Are there any traps to avoid? > Are there any workarounds? > Are there any tips and tricks? > > I´ve my back to the wall. > > Regards, > Carlo > > -- > View this message in context: http://mono-for-android.1047100.n5.nabble.com/Runtime-reliability-tp4630731p 4630731.html > Sent from the Mono for Android mailing list archive at Nabble.com. > _______________________________________________ > 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