Re: [mono-android] Contact woes

2012-07-26 Thread Eric Maupin
Hi Stephan, On Android, there are two types of contact ID: the individual contact ID, and the lookup key. Android gives you the option of looking at aggregated contacts (that is, merged contact details from multiple accounts), or individual contacts. The ID that you are using in your original exam

[mono-android] Introducing the Xamarin Mobile API Preview

2011-11-22 Thread Eric Maupin
With MonoTouch and Mono for Android, you can already share a huge portion of your code across iOS, Android and Windows Phone. There is, however, this middle ground of APIs that are present in all three platforms, but you can't share your code that utilizes them. You currently have to write separate

[mono-android] Xamarin Mobile API Preview 0.2

2011-12-08 Thread Eric Maupin
Today we are releasing the next preview of the Xamarin.Mobile library. This version contains our cross-platform Contacts APIs for both Mono for Android and MonoTouch (Windows Phone 7 will be added in a future release). This version of the cross-platform contacts API is read-only. We expect an upco

Re: [mono-android] [MonoTouch] Xamarin Mobile API Preview 0.2

2011-12-12 Thread Eric Maupin
Hi Miljenko, Can you try turning off Fast Deployment? (Project properties -> Mono Android Options -> Use Fast Deployment (debug mode only) 2011/12/12 Miljenko Cvjetko > Hi Eric > > > On 2011.12.09 17:07, Eric Maupin wrote: > > Hi Miljenko, > > As Mike said, I

Re: [mono-android] Introducing the Xamarin Mobile API Preview

2012-01-04 Thread Eric Maupin
Hi Derek, Be sure that you also listen for Geolocator.PositionError, add a handler for that and make sure you're not getting any errors. You're correct that GetPositionAsync is for one-off requests. API Docs are available at http://betaapi.xamarin.com Check the docs for StartListening here: http:

Re: [mono-android] Introducing the Xamarin Mobile API Preview

2012-01-05 Thread Eric Maupin
No as not all of the platforms allow you to make a distinction between the WiFi locations and the GPS, so on platforms that do (like Android) we're hiding the details from you. The numbers you are seeing after it has lost its signal are most likely from the wifi location system, you can filter out

Re: [mono-android] mgmain JNI_OnLoad - 'Mono' has exited with code 255

2012-01-16 Thread Eric Maupin
Hi Derek, There have been three releases of the Xamarin Mobile API Preview so far, do you know which you are using? If not, you can try the latest version from http://xamarin.com/xamarinmobileapipreview.zip On Mon, Jan 16, 2012 at 4:20 PM, devbuzz wrote: > Hi Jon, > > I'm using the latest Mono