I know there are some Android maps libraries that can render vector based tiles from OSM (*.map, etc.). But I did not found any library that only has engine to graphically render vector tiles and returns it as TileProvider to the Google maps api v2 for Android.
For the offline raster tiles: I know how to do for the raster tiles (osmdroid jpg files). Good and working example: TileProvider using local tiles.
Does anybody know where to find this for vector tiles?
Kind regards, Toni