1) If there are iOS and Android base libraries, what would be a suitable, effective and easy step to use the library to develop a cross-platform application? Binding Android or iOS library? If we bind the native Android library, can we use this linked library in the Xamarin.iOS application and vice versa?
2) If there is a C ++ library, is it possible to use this library to develop a cross-platform application?
Thanks in advance!
(Just new to Xamarin, so excuses if question seems inappropriate)
source share