Re: [mono-android] Licensing question

2011-05-12 Thread Nic Wise
Not sure about MonoDroid, but MonoTouch supports 2 machines activated (I need to reset one - it was my old laptop which I don't have anymore) I'd assume MD is the same. On Thu, May 12, 2011 at 04:20, Dean Cleaver wrote: > Good question Tom – I hadn’t thought of this but I am in the same boat as

[mono-android] Slow/poor performance

2011-05-12 Thread Stephen Long
I have been performing tests with porting code between native Java apps w/ Eclipse + ADT to VS2010 + Monodroid. My initial findings are as follows: Even for a simple/contrived application with a minimal UI/logic, start-up times for a Mono app are in the 5-10 second range. This improves on subseq

Re: [mono-android] Slow/poor performance

2011-05-12 Thread Jonathan Pryor
On May 12, 2011, at 9:25 AM, Stephen Long wrote: > While my findings are not exactly quantitative or conclusive, it raises > immediate viability concerns. Along with other concerns regarding various > issues of general IDE/debugging performance and issues, are there any plans > to dramatically

Re: [mono-android] Slow/poor performance

2011-05-12 Thread Wally McClure
I'm with Stephen on this. I realize that there is a lot of magic happening behind the scenes to get things up and going. Personally, I'm amazed the dog talks at all listening to some of the conversations I have heard on this. A few thoughts: if there are any people cycles on the mono side th

[mono-android] Google Mobile Analytics interface

2011-05-12 Thread nlamjumptech
I found that there is a MonoTouch interface to Google Mobile Analytics. Is anyone working on a MonoAndroid version? Thanx. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Google-Mobile-Analytics-interface-tp4390736p4390736.html Sent from the Mono for Android maili

[mono-android] checking wifi or mobile connection

2011-05-12 Thread John Murray
I am sure it must be me but I cant get past this one I am trying to check the wifi state I have lifted two bits of code from the net (each slightly different ) but both give an unhadled excpetion to do with invalid cast exception Version 1 ConnectivityManager connManager = (Connectivi

Re: [mono-android] Google Mobile Analytics interface

2011-05-12 Thread James Burton
Hi folks ... I hit this same issue on a project I was trying at home. I'll try to release the Mono library for the current Google AdMob SDK soon, but I need to get the instructions written up first as manifest changes and including the JAR file are stil required. If you are in a rush to apply

Re: [mono-android] Google Mobile Analytics interface

2011-05-12 Thread James Burton
I'll correct myself on that ... (on reading Analytics, not AdMobs :) ... I should read carefully first). You would need the JARs here to embed Google's libraries: http://code.google.com/apis/analytics/docs/gdata/1.0/gdataJava.html Standard JSON or XML calls should not be a problem from mono tho

[mono-android] (aresgen) Finding Layout xml errors

2011-05-12 Thread Steve Sharrock
As my Layouts get larger and more complex, I'm spending more time trying to find errors in my axml whenever I get the dreaded "System.NullReferenceExceptionL Obje..." File: aresgen" error message. Is there any logs or ways of tracking down the error other than squinting at XML? Steve Sharrock Arc

Re: [mono-android] Slow/poor performance

2011-05-12 Thread Brian Long
>>if there are any instructions/help that anyone can provide to document the >>splash screen process, that would be great. Wally, I may be able to help on this one The sample Mono for Android app at http://blong.com/Downloads/MonoAndroidJavaSplashScreenApp.zip uses a Java splash screen, which ap

Re: [mono-android] I Fixed a bug in ApiDemo

2011-05-12 Thread www
Tommy, You said in this "Namely, the button text is reset when the user rotates there phone / orientation changes occur. This was done fairly simply with static properties, and adding context to the Bundle." What did you mean by "adding context to the Bundle?" What is the Bundle? Can you

[mono-android] Permissions being ignored?

2011-05-12 Thread Brian Long
Is this a known one? Any attempts to add permission requirements into the Android manifest file, using the property sheet seems to lead to nowhere In my project's Android manifest file I can see the permissions sitting there, but when the application is packaged, either debug or release, the gene

Re: [mono-android] checking wifi or mobile connection

2011-05-12 Thread Brian Long
John With the first bit, you are requesting a WifiManager, and are casting it to a ConnectivityManager - if you want one of those, specify Android.Content.Context.ConnectivityService The second one, I'm not sure why you'd get a typecast problem Code as below I'd expect to work, however I can't

[mono-android] Honeycomb 3.1 and mono for android

2011-05-12 Thread Wally McClure
I am hearing a rumor that Honeycomb 3.1 includes mono for android. Is there any truth to this rumor? I don't know because my Xoom already had m4a on it when I got the Honeycomb 3.1 update this morning. Wally ___

Re: [mono-android] Permissions being ignored?

2011-05-12 Thread Wally McClure
Brian, I ran into an issue recently where the permission is selected in the VS editor for the manifest file, but it doesn't seem to get written to the manifest. This didn't seem to happen all the time, but it did happen. I don't remember if this was late preview or 1.0. but I don remember

Re: [mono-android] Honeycomb 3.1 and mono for android

2011-05-12 Thread Jason Awbrey
I believe that Miguel acknowledged this rumor on Twitter earlier today On Thu, May 12, 2011 at 9:57 PM, Wally McClure < theevilprogram...@hotmail.com> wrote: > I am hearing a rumor that Honeycomb 3.1 includes mono for android. Is > there any truth to this rumor? I don't know because my Xoom al

[mono-android] Reading SMS from Inbox

2011-05-12 Thread Muhammad Tassadaque Zia
Hi Can I retrieve sms from inbox using monoandroid Regards   Muhammad Tassadaque Zia ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid