How to call a .NET class from a Java class in Mono from Android?

ぐ巨炮叔叔 提交于 2019-12-24 06:45:30

问题


I have implemented a Java activity that displays a Google map view, and would like to use an existing .NET framework class to that returns locations, from a web service, to display on the map. Is this possible or should I just consume the web service in Java?


回答1:


You can do this implementing ACW,but i think that it is to difficult and better to use some android framework for this purpose.

Also why you can't implement this activity using managed code?



来源:https://stackoverflow.com/questions/7279012/how-to-call-a-net-class-from-a-java-class-in-mono-from-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!