I am looking for a replacement for the Android MapView, because I need to add a WMS service within a map view and it works very poorly using the native view.
I have tried using Osmdroid API for this, but still without success. This requires modifying several java classes as XYTileSource and BitmapTileSourceBase. And I'm not sure I can work because I have not found information about it.
for example: https://groups.google.com/forum/?fromgroups#!topic/osmdroid/IUcc4Q0DmOE
There are applications in the Android Market that can make this work perfectly as OruxMaps but not have an API for development. : (
Anyone have any idea of how to use a WMS service in another map view, programmatically.