On Oct 14, 2011, at 3:52 PM, Saravana Kumar Arumugam wrote: > Is possible to invoke a C library from Mono Android, as in case of Java we > have NDK.
Yes. You can use ye standard P/Invoke to invoke native code from a Mono for Android application. - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
