Hi,
one question about this solution. When you talk about the init parameter when you create the layer, I guess you're talking about doing something like that:
new ArcGISLocalTiledLayer("file://"+path, true);
And then adding this new Layer to the Map, should work and the map should be refreshed, right? but in my case this is not working neither and the map is not showing anything.
Myabe I'm not doing the creation and the adding in the right place, could you point me when yo do that in order to work? (I'm having some problems when I add the layers outside the OnCreate method... maybe that's the problem here too?)
Thanks,