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
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
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
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
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:
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
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