I'm doing some evaluation of programs and frameworks to build cross-platform apps.
Now, i am just trying to load the contacts of the device with Xamarin.Mobile.
I found this guide: http://components.xamarin.com/view/xamarin.mobile but when I enter var book = new Xamarin.Contacts.AddressBook();
Visual Studio shows the error:
'Xamarin.Contacts.AddressBook' does not contain a constructor that takes 0 arguments
All other recipes or guides I found on the Xamarin website are specific for Android or iOS.
Does anyone knows how can I read the contacts with Xamarin.Mobile cross-platform? Or maybe someone knows my mistake?
Thanks