<?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: im devoloping arcgis android application i want to connect to postgre sql ,plz help me how to connect .. in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/im-devoloping-arcgis-android-application-i-want-to/m-p/555140#M3803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a service that references data from the postgre database and then use this service in your Android application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take a look in the documentation below for the supported geodatabase formats&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/net/desktop/guide/supported-geodatabase-formats.htm" title="https://developers.arcgis.com/net/desktop/guide/supported-geodatabase-formats.htm"&gt;Supported geodatabase formats—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Dec 2015 22:58:35 GMT</pubDate>
    <dc:creator>ArtemisFili</dc:creator>
    <dc:date>2015-12-31T22:58:35Z</dc:date>
    <item>
      <title>im devoloping arcgis android application i want to connect to postgre sql ,plz help me how to connect ..</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/im-devoloping-arcgis-android-application-i-want-to/m-p/555139#M3802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 10:51:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/im-devoloping-arcgis-android-application-i-want-to/m-p/555139#M3802</guid>
      <dc:creator>tulasamirji1</dc:creator>
      <dc:date>2015-12-29T10:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: im devoloping arcgis android application i want to connect to postgre sql ,plz help me how to connect ..</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/im-devoloping-arcgis-android-application-i-want-to/m-p/555140#M3803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a service that references data from the postgre database and then use this service in your Android application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take a look in the documentation below for the supported geodatabase formats&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/net/desktop/guide/supported-geodatabase-formats.htm" title="https://developers.arcgis.com/net/desktop/guide/supported-geodatabase-formats.htm"&gt;Supported geodatabase formats—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 22:58:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/im-devoloping-arcgis-android-application-i-want-to/m-p/555140#M3803</guid>
      <dc:creator>ArtemisFili</dc:creator>
      <dc:date>2015-12-31T22:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: im devoloping arcgis android application i want to connect to postgre sql ,plz help me how to connect ..</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/im-devoloping-arcgis-android-application-i-want-to/m-p/555141#M3804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;im beginner to android plz suggest me sum more examples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jan 2016 06:06:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/im-devoloping-arcgis-android-application-i-want-to/m-p/555141#M3804</guid>
      <dc:creator>tulasamirji1</dc:creator>
      <dc:date>2016-01-02T06:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: im devoloping arcgis android application i want to connect to postgre sql ,plz help me how to connect ..</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/im-devoloping-arcgis-android-application-i-want-to/m-p/555142#M3805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Feel free to take a look at the following. &lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/android/guide/access-feature-data-in-the-cloud.htm#ESRI_SECTION1_322AB282A206411292A0BB0B3E68AF0A" title="https://developers.arcgis.com/android/guide/access-feature-data-in-the-cloud.htm#ESRI_SECTION1_322AB282A206411292A0BB0B3E68AF0A"&gt;Access feature data in the cloud—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can just replace the url to the feature service with your feature service that will point to a postgre database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the following might be helpful for starting with ArcGIS API for Android&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello World - This is the most basic sample&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-android/tree/master/HelloWorld" title="https://github.com/Esri/arcgis-runtime-samples-android/tree/master/HelloWorld"&gt;arcgis-runtime-samples-android/HelloWorld at master · Esri/arcgis-runtime-samples-android · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Code - This is a document that describes how to access all our Android samples&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/android/sample-code/" title="https://developers.arcgis.com/android/sample-code/"&gt;Android Sample Code Home | ArcGIS for Developers&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 18:12:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/im-devoloping-arcgis-android-application-i-want-to/m-p/555142#M3805</guid>
      <dc:creator>ArtemisFili</dc:creator>
      <dc:date>2016-01-08T18:12:02Z</dc:date>
    </item>
  </channel>
</rss>

