I implemented Java activity displaying the view of a Google map, and would like to use the existing .NET Framework class, which returns locations from a web service to display on the map. Is this possible or should I just use a web service in Java?
You can do this with ACW , but I think itβs difficult and better to use some Android framework for this purpose.
Also, why can't you implement this action with managed code?