<?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 Re: how to establish connection between my arcGIS content map and my android app? in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-establish-connection-between-my-arcgis/m-p/85970#M651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please use this as your URL : &lt;/SPAN&gt;&lt;A href="http://10.129.141.119:8399/arcgis/rest/services/IITBMobileCampusGIS/MapServer"&gt;http://10.129.141.119:8399/arcgis/rest/services/IITBMobileCampusGIS/MapServer&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2012 17:20:24 GMT</pubDate>
    <dc:creator>SaurabhGupta</dc:creator>
    <dc:date>2012-02-21T17:20:24Z</dc:date>
    <item>
      <title>how to establish connection between my arcGIS content map and my android app?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-establish-connection-between-my-arcgis/m-p/85967#M648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm developing an android app where I would like to add a map that I created using arcGIS. Let us say if a button is clicked, then the map that I created should be visible as a new activity. Can anyone tell me how to establish a connection between the arcGIS map that I created and my android app?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 19:01:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-establish-connection-between-my-arcgis/m-p/85967#M648</guid>
      <dc:creator>Leela_AnushaNukala</dc:creator>
      <dc:date>2011-11-23T19:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to establish connection between my arcGIS content map and my android app?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-establish-connection-between-my-arcgis/m-p/85968#M649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you post the errors that you are getting?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Make sure the url that you use while creating a layer, has the fully qualified path name to your server e.g myserver.esri.com or the ip address&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) If you have a service thats on arcgis.com, if its a secure service then the credentials must be supplied.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please take a look at the helloworld sample from the sdk, it will help you get started. You could replace the url there with your service url.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Archana&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 20:19:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-establish-connection-between-my-arcgis/m-p/85968#M649</guid>
      <dc:creator>ArchanaAgarwal</dc:creator>
      <dc:date>2012-01-03T20:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to establish connection between my arcGIS content map and my android app?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-establish-connection-between-my-arcgis/m-p/85969#M650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Could you post the errors that you are getting?&lt;BR /&gt;&lt;BR /&gt;1) Make sure the url that you use while creating a layer, has the fully qualified path name to your server e.g myserver.esri.com or the ip address&lt;BR /&gt;&lt;BR /&gt;2) If you have a service thats on arcgis.com, if its a secure service then the credentials must be supplied.&lt;BR /&gt;&lt;BR /&gt;Please take a look at the helloworld sample from the sdk, it will help you get started. You could replace the url there with your service url.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Archana&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have same problem. I have published a map service with mobile access capability on in our arcgis server. In my android application (just modified the URL on helloWorldMap below), I try to consume that service. But, I get connection error (find the attachment). Is it because it is inside an internal server (not accessible from outside, I mean it is not a web server, just an arcgis server). But, the example with &lt;/SPAN&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer&lt;/A&gt;&lt;SPAN&gt; works fine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please advice what should I do to access my service through the android application as I new to mobile application development.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;public class HelloWorldMapActivity extends Activity {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; MapView map = null;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; public void onCreate(Bundle savedInstanceState) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; // Add dynamic layer to MapView &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; map.addLayer(new ArcGISDynamicMapServiceLayer("" +&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://10.129.141.119:8399/arcgis/services/IITBMobileCampusGIS/MapServer" rel="nofollow" target="_blank"&gt;http://10.129.141.119:8399/arcgis/services/IITBMobileCampusGIS/MapServer&lt;/A&gt;&lt;SPAN&gt;"));&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Archana&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 07:12:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-establish-connection-between-my-arcgis/m-p/85969#M650</guid>
      <dc:creator>ArchanaSahu</dc:creator>
      <dc:date>2012-02-15T07:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to establish connection between my arcGIS content map and my android app?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-establish-connection-between-my-arcgis/m-p/85970#M651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please use this as your URL : &lt;/SPAN&gt;&lt;A href="http://10.129.141.119:8399/arcgis/rest/services/IITBMobileCampusGIS/MapServer"&gt;http://10.129.141.119:8399/arcgis/rest/services/IITBMobileCampusGIS/MapServer&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 17:20:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-establish-connection-between-my-arcgis/m-p/85970#M651</guid>
      <dc:creator>SaurabhGupta</dc:creator>
      <dc:date>2012-02-21T17:20:24Z</dc:date>
    </item>
  </channel>
</rss>

