问题
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