<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic internal dynamic map service layer&amp;nbsp; cannot be displayed in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/internal-dynamic-map-service-layer-nbsp-cannot-be/m-p/759598#M5351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was following the &lt;/SPAN&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=d23ca5b8f1364037bc58d08584c95bed"&gt;�??helloworld�?� example&lt;/A&gt;&lt;SPAN&gt; to create an simple Android application. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to run the helloworld successfully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I changed to use the dynamic layer by following �??Add layer to map�?� example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgismobile/10.0/apis/android/help/index.html#//01190000000n000000"&gt;http://help.arcgis.com/en/arcgismobile/10.0/apis/android/help/index.html#//01190000000n000000&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;it runs very well too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I try to use a dynamic map service that is published in our Intranet. The map service published by our ArcGIS server 10. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On the cell phone, I set up the VPN, and then I am able to use browser to go to &lt;/SPAN&gt;&lt;A href="http://"&gt;&lt;SPAN style="font-style:italic;"&gt;localserver'&amp;gt;http://&lt;SPAN style="font-style:italic;"&gt;localserver&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;/arcgis/rest/services/campus/MapServer&amp;nbsp; directory and open the map service in javescript viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I used this map service to replace the map service in �??Add layer to map�?� example, my Samsung Galaxy S2 doesn�??t display this layer at all. My code looks like below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;private MapView map = null;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;String dynamicMapURL = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;localserve&lt;/SPAN&gt;&lt;SPAN&gt;r/ArcGIS/rest/services/Campus/MapServer";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// Retrieve the map from XML layout&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map = (MapView) findViewById(R.id.map);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;// Add dynamic layer to MapView&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGISDynamicMapServiceLayer dynamicLayer = new ArcGISDynamicMapServiceLayer(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamicMapURL);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map.addLayer(dynamicLayer);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My cell phone is:&amp;nbsp; Samsung Galaxy S2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea what may cause this problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Frank&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jul 2013 01:34:36 GMT</pubDate>
    <dc:creator>Frankwang</dc:creator>
    <dc:date>2013-07-11T01:34:36Z</dc:date>
    <item>
      <title>internal dynamic map service layer  cannot be displayed</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/internal-dynamic-map-service-layer-nbsp-cannot-be/m-p/759598#M5351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was following the &lt;/SPAN&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=d23ca5b8f1364037bc58d08584c95bed"&gt;�??helloworld�?� example&lt;/A&gt;&lt;SPAN&gt; to create an simple Android application. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to run the helloworld successfully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I changed to use the dynamic layer by following �??Add layer to map�?� example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgismobile/10.0/apis/android/help/index.html#//01190000000n000000"&gt;http://help.arcgis.com/en/arcgismobile/10.0/apis/android/help/index.html#//01190000000n000000&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;it runs very well too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I try to use a dynamic map service that is published in our Intranet. The map service published by our ArcGIS server 10. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On the cell phone, I set up the VPN, and then I am able to use browser to go to &lt;/SPAN&gt;&lt;A href="http://"&gt;&lt;SPAN style="font-style:italic;"&gt;localserver'&amp;gt;http://&lt;SPAN style="font-style:italic;"&gt;localserver&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;/arcgis/rest/services/campus/MapServer&amp;nbsp; directory and open the map service in javescript viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I used this map service to replace the map service in �??Add layer to map�?� example, my Samsung Galaxy S2 doesn�??t display this layer at all. My code looks like below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;private MapView map = null;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;String dynamicMapURL = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;localserve&lt;/SPAN&gt;&lt;SPAN&gt;r/ArcGIS/rest/services/Campus/MapServer";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// Retrieve the map from XML layout&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map = (MapView) findViewById(R.id.map);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;// Add dynamic layer to MapView&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGISDynamicMapServiceLayer dynamicLayer = new ArcGISDynamicMapServiceLayer(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamicMapURL);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map.addLayer(dynamicLayer);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My cell phone is:&amp;nbsp; Samsung Galaxy S2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea what may cause this problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Frank&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 01:34:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/internal-dynamic-map-service-layer-nbsp-cannot-be/m-p/759598#M5351</guid>
      <dc:creator>Frankwang</dc:creator>
      <dc:date>2013-07-11T01:34:36Z</dc:date>
    </item>
  </channel>
</rss>

