I am working on a cross-platform mobile application, and as I understand it, Xamarin.Mobile was designed to increase code sharing in cross-platform applications. Although I could not put it in PCL. What I got is an implementation on the platform of every aspect of the API (contacts, geolocation, etc.).
Similar links to time files will not work, because the Geolocator constructor (for example only) contains platform-specific arguments (Android.Context in the case of MonoDroid).
How do I talk about Xamarin.Mobile related logic in Monodroid, Monotouch, and WP? Am I missing the concept of Xamarin?
Thank you Alexey Fear
source
share