I am looking for a replacement for Android MapView, because I need to add the WMS service as a map, and it works very poorly using its own view.
I tried using the Osmdroid API for this, but still to no avail. This requires changing several Java classes like XYTileSource and BitmapTileSourceBase. And I'm not sure that I can work, because I did not find information about this.
e.g. https://groups.google.com/forum/?fromgroups#!topic/osmdroid/IUcc4Q0DmOE
There are applications in the Android Market that can work just fine like OruxMaps, but don't have an API for development. :(
Anyone has an idea of how to use the WMS service in another form of card, programmatically.
source share