Using C# library with Mono for Android from Java code?
问题 There is a possibility to use C# library with Mono for Android from Java code? It's possible to do it from Objective-C to C# (MonoTouch) with the "--xcode" flag in the mtouch command. But there is an equivalent in Mono for Android? And there is a reasons to do it? thanks! Gwennin 回答1: [Is it possible to] use C# library with Mono for Android from Java code? Yes. Every Java.Lang.Object subclass has an Android Callable Wrapper generated at build time. The Android Callable Wrapper is present to