Is iOS, Android binded libraries in Xamarin working in all devices(WinPhone, iOS, Android)?

97 Views Asked by At

Sorry for may be stupid question, I’m novice and never had experience with compiled languages. I have library for iOS(VideoCore) and want to start to write mobile application in C# and use Xamarin for it, but will this imported library work on Windows Phone or in Android version of my mobile application, or I need to find alternative library in C#?

1

There are 1 best solutions below

1
On BEST ANSWER

VideoCore is an iOS-only framework, so you'll need to find alternatives for Android and Windows Phone.

You don't say what you're wanting to use VideoCore for, so it's hard to suggest alternatives. For video processing on Android, have a look at OpenCV.