[mono-android] Mono for Android 4.4.41 Stable Release Available

2012-12-11 Thread Jonathan Pryor
We are pleased to announce a stable release of Mono or Android 4.4.41. This release improves Android API 17 Jelly Bean support, changes the default ARM ABI to armeabi-v7a, and Android Binding Projects now embed .jar files into the binding .dll, simplifying their use in referencing projects. Rel

[mono-android] report generation

2012-12-11 Thread Jeremy A. Kolb - ARA/NED
Does anyone know of any report generation libraries we can use with Monodroid? Preferably LGPL/BSD/MIT? DroidText is the only one I found but it doesn't work with Mono For Android yet. Everything else out there (that's c# at least) depends on System.Drawing which we can't use. Jeremy ___

Re: [mono-android] Multi-screen applications with alternating layouts

2012-12-11 Thread Ronny Dahl
Hi Tom, Thanks for your feedback. Since I have to support API level 8 and upwards I'll add support for both flavors (layout-sw* for API level 13 and upwards and layout-large for those between 8 and 13). But if the designer doesn't work then I have to add controls programmatically instead. Can y