Objective C/Android Java calling Xamarin code -


we have objective c , andoid java applications , create component using c# , xamarin interact. there way these technologies can communicate each other (objective c <-> xamarin , android java <-> xamarin). not sure how searching here may possible create static library in objective c/java can called xamarin.

from there understand can start objective c/java app xamarin main method , afterwards can call other static library methods. ideally call objective c/java app xamarin.

according miguel in this post possible there examples anywhere.

hope explanation makes sense.

thanks

from wording of question, not possible.

xamarin offer ability create 'bindings' between c# , objective c/java static libraries , has section on developer documentation on doing (objective c bindings or java wrappers).

the key part static libraries , not general application functionality i.e. user interactions.

you need weigh benefit between migrating disparate projects shared xamarin solution whereby enjoy code sharing (especially xamarin forms offering) or writing functionality separate libraries different platforms.

good luck


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -