Hello. I have basemap app (android) and dotted layer(arcgis online). I'm trying add this layer in app using ArcGISTiledMapServiceLayer. But i cannot.
How can i do it right? #android #layer
You may be using a feature service rather than a tiled layer and this may be where you are running into issues.
What is the URL of the dotted layer?
Additionally, you may be adding the layer as index 0 which is where the basemap usually sits, it is also possible that you are adding the layer underneath the basemap.
What is the code you are using to add the layer to the map?