[mono-android] Full list of unspported .NET classes / methods

2012-07-20 Thread Stephan Steiner
Hi I just recently started working with Mono For Android - and I'm wondering if there's a full list of what's not supported (plus ideally.. possible workarounds using native APIs). For instance, to determine the cause of a connectivity issue, I wanted to enumerate network interfaces NetworkInterfa

[mono-android] Random crashes

2012-07-20 Thread jayemmess
Hi, I've inherited a project built using Mono for Android and need establish why it is occasionally crashing. I have no prior experience of Android or Mono, but am a .net developer. There doesn't seem to be any predictability around the crashes and they generally occur after 1 to 10 minutes of u

Re: [mono-android] Random crashes

2012-07-20 Thread Meinrad Recheis
On 20.07.2012 14:28, jayemmess wrote: > Hi, > > I've inherited a project built using Mono for Android and need establish why > it is occasionally crashing. I have no prior experience of Android or Mono, > but am a .net developer. > > There doesn't seem to be any predictability around the crashes a

Re: [mono-android] Random crashes

2012-07-20 Thread jayemmess
henon wrote > > On 20.07.2012 14:28, jayemmess wrote: >> Hi, >> >> I've inherited a project built using Mono for Android and need establish >> why >> it is occasionally crashing. I have no prior experience of Android or >> Mono, >> but am a .net developer. >> >> There doesn't seem to be any pred

Re: [mono-android] Random crashes

2012-07-20 Thread Meinrad Recheis
On 20.07.2012 16:00, jayemmess wrote: > henon wrote >> On 20.07.2012 14:28, jayemmess wrote: >>> Hi, >>> >>> I've inherited a project built using Mono for Android and need establish >>> why >>> it is occasionally crashing. I have no prior experience of Android or >>> Mono, >>> but am a .net develo

Re: [mono-android] Random crashes

2012-07-20 Thread Jonathan Pryor
On Jul 20, 2012, at 8:28 AM, jayemmess wrote: > I've inherited a project built using Mono for Android and need establish why > it is occasionally crashing. I have no prior experience of Android or Mono, > but am a .net developer. Which Mono for Android version? Which target device? Which Androi

Re: [mono-android] Full list of unspported .NET classes / methods

2012-07-20 Thread Jonathan Pryor
On Jul 20, 2012, at 8:27 AM, Stephan Steiner wrote: > I just recently started working with Mono For Android - and I'm wondering if > there's a full list of what's not supported (plus ideally.. possible > workarounds using native APIs). Unfortunately not. As for NetworkInterface.GetAllNetworkInte

Re: [mono-android] Build Error on Target API Level > 10

2012-07-20 Thread Jonathan Pryor
On Jul 19, 2012, at 9:32 PM, DFX wrote: > When I change the Application to use a target API level of 12, 14, or 15, I > get a build error in the Application project. The error is: > Cursor is not abstract and does not override abstract method > getType(int) in android.database.Cursor. Is C

Re: [mono-android] minimum android level vs. target API level

2012-07-20 Thread Darren Abbott
That didn't happen for me -- I had to set the minSdkVersion manually. But is sounds like I had the right idea, so I'll file a bug report. Thanks, Darren On Thu, Jul 19, 2012 at 11:27 PM, Tom Opgenorth wrote: > Correct - the Minimum Android to Target will set the minSdkVersion in > AndroidMani

Re: [mono-android] minimum android level vs. target API level

2012-07-20 Thread Tom Opgenorth
Might be an idea. It "works on my machine". The one thing about VS2010 is that it doesn't always update the .CSPROJ file immediately when you make changes via the project property page. If you "File..Save All" then it will update the CSPROJ file, which will probably cause M4A to update AndroidMa

Re: [mono-android] minimum android level vs. target API level

2012-07-20 Thread Darren Abbott
I'll give that a try, thanks. When I changed the minimum api level via the GUI, it did tell me I needed to exit and restart (which I did). Another difference is that I am running VS2012RC. On Fri, Jul 20, 2012 at 5:18 PM, Tom Opgenorth wrote: > Might be an idea. It "works on my machine". > >

[mono-android] DialogPreference ClassNotFoundException

2012-07-20 Thread hhodgert
Has anyone implemented the a custom DialogPreference? I have followed all the steps for in java converted to monodroid but I get the exception class not found. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/DialogPreference-ClassNotFoundException-tp5710982.html

Re: [mono-android] DialogPreference ClassNotFoundException

2012-07-20 Thread Jonathan Pryor
On Jul 20, 2012, at 7:21 PM, hhodgert wrote: > Has anyone implemented the a custom DialogPreference? I have followed all > the steps for in java converted to monodroid but I get the exception class > not found.\ Please provide the full exception + stack trace information as obtained from the A

Re: [mono-android] Build Error on Target API Level > 10

2012-07-20 Thread Dan Fearing
Thank you for the reply, Jon. I've managed to work around the problem by eliminating the class completely (I made a generic class that wraps an ICursor instead of implementing it myself) but I'm curious to know, if I did increase the level on my Library project, would I still be able to deploy to

Re: [mono-android] Build Error on Target API Level > 10

2012-07-20 Thread Jonathan Pryor
On Jul 20, 2012, at 9:18 PM, Dan Fearing wrote: > I've managed to work around the problem by eliminating the class completely > (I made a generic class that wraps an ICursor instead of implementing it > myself) but I'm curious to know, if I did increase the level on my Library > project, would I