Hey guys, I'm new to Android and Mono for Android, although I'm a long time .NET guy.
My basic question is: can I build a native Android app that hosts a Mono assembly? What if that assembly needs to make callbacks into the native code? For a little background, I need to build an Android app that consumes a WCF service relying on NetTcpBindings (it also uses ad hoc discovery, but judging from the Mono WCF roadmap I guess I'm out of luck there). The service is duplexed, so there would need to be callbacks from the WCF code when messages are received from the server. Additionally, the project *may* need to rely on other 3rd party Java Android APIs. Thus, I'm considering writing the app in Java and putting the .NET code in a library, if this is possible. Thanks! Jeremy -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Hosting-Mono-code-from-native-code-tp4885517p4885517.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
