yowza
yowza

Reputation: 260

Xamarin Unsupported Libraries/Features

I'm a web developer and I stumbled upon Xamarin. What caught my interest is the building of "Cross Platform Applications". It's pretty amazing that it could do that. I've read Xamarin's site about the libraries that it supports (Android & iOS).

Are there any libraries/features that Xamarin lack?

Any idea/s will really help!

Upvotes: 1

Views: 93

Answers (2)

Bill Reiss
Bill Reiss

Reputation: 3460

The one thing that stands out to me as something that could be harder in Xamarin than in Native is if you are using third party controls or libraries that don't already have a Xamarin binding. In order to call these from Xamarin you will need to create your own bindings (a wrapper around the library that lets Xamarin call into it). There are tools to help with this, but it's generally a tedious process. As more third party vendors add Xamarin support to their libraries this becomes less of a concern.

Upvotes: 2

mafis
mafis

Reputation: 1165

I don't know if i understand the question completly. But if your question is if you have any cons against a native development of that plattform. Then no.

Anything which is possible in Anroid/iOS Development is possible within Xamarin.

Upvotes: 2

Related Questions