[mono-android] Monodroid samples/MapsDemo not showing Map

2013-01-25 Thread noobob
Hello, I am looking to develop an application that uses the Google Map API v2. I downloaded the monodroid samples from here , and run the *MapsDemo* after setting my Google API Key:

Re: [mono-android] Monodroid samples/MapsDemo not showing Map

2013-01-27 Thread noobob
Thanks Jon, I will check your suggestions. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Monodroid-samples-MapsDemo-not-showing-Map-tp5712798p5712804.html Sent from the Mono for Android mailing list archive at Nabble.com.

Re: [mono-android] Monodroid samples/MapsDemo not showing Map

2013-01-28 Thread noobob
My bad.. this is exactly the situation I faced. Sorry for my inattention and thank you help, Bob -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Monodroid-samples-MapsDemo-not-showing-Map-tp5712798p5712805.html Sent from the Mono for Android mailing list archiv

[mono-android] Debugging: Consume Web Services hosted on PC via cable?

2013-02-15 Thread noobob
Hi, I have created a Rest WCF service that gets data from database, lets say *http://localhost:9755/xx.svc/* . I tested it using a console application and it works fine. I also tested it and worked on an emulator (using http://10.0.2.2:9755/xx.svc/). But when deployed the application on my phone,