<?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: Download stand alone table for offline use in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/download-stand-alone-table-for-offline-use/m-p/404208#M2749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the reply in this post: &lt;A href="https://community.esri.com/thread/173089"&gt;Download Related Table&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Mar 2016 22:52:59 GMT</pubDate>
    <dc:creator>WillCrick</dc:creator>
    <dc:date>2016-03-28T22:52:59Z</dc:date>
    <item>
      <title>Download stand alone table for offline use</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/download-stand-alone-table-for-offline-use/m-p/404203#M2744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to download a stand alone table from a feature service as .geodatabase file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 22:41:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/download-stand-alone-table-for-offline-use/m-p/404203#M2744</guid>
      <dc:creator>HaniDraidi</dc:creator>
      <dc:date>2016-02-29T22:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Download stand alone table for offline use</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/download-stand-alone-table-for-offline-use/m-p/404204#M2745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can include the stand-alone tables in an offline geodatabase.&amp;nbsp; If I recall correctly there has to be at least one spatial layer to publish a feature service, but sometimes when we have an app with minimal spatial data we just have a token spatial layer and do everything else as stand-alone tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 23:31:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/download-stand-alone-table-for-offline-use/m-p/404204#M2745</guid>
      <dc:creator>MichaelDavis3</dc:creator>
      <dc:date>2016-02-29T23:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Download stand alone table for offline use</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/download-stand-alone-table-for-offline-use/m-p/404205#M2746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May you please elaborate more how I can do this? Right now, I am able to download spatial data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 10:33:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/download-stand-alone-table-for-offline-use/m-p/404205#M2746</guid>
      <dc:creator>HaniDraidi</dc:creator>
      <dc:date>2016-03-01T10:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Download stand alone table for offline use</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/download-stand-alone-table-for-offline-use/m-p/404206#M2747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I work in iOS but it looks like it works the same on both platforms, but please forgive me if I flub some of the details.&lt;/P&gt;&lt;P&gt;You get the info about standalone tables in the feature service using getTables() on the featureServerInfo object.&amp;nbsp; &lt;/P&gt;&lt;P&gt;You then need to add the tables you want to your layerQueries just like you add the feature layers.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 20:48:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/download-stand-alone-table-for-offline-use/m-p/404206#M2747</guid>
      <dc:creator>MichaelDavis3</dc:creator>
      <dc:date>2016-03-03T20:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Download stand alone table for offline use</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/download-stand-alone-table-for-offline-use/m-p/404207#M2748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, try with this constructor: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sympad" style="margin-right: 2px; color: #333333; font-family: arial, sans-serif; font-size: 11.7px; background-color: #f6f6f6;"&gt;&lt;A href="https://developers.arcgis.com/android/api-reference/reference/com/esri/core/tasks/geodatabase/GenerateGeodatabaseParameters.html#GenerateGeodatabaseParameters(com.esri.core.ags.FeatureServiceInfo, com.esri.core.geometry.Geometry, com.esri.core.geometry.SpatialReference, com.esri.core.tasks.geodatabase.LayerQueries, boolean)" style="color: #006699;"&gt;GenerateGeodatabaseParameters&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: arial, sans-serif; font-size: 11.7px; background-color: #f6f6f6;"&gt;(&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/android/api-reference/reference/com/esri/core/ags/FeatureServiceInfo.html" style="color: #006699; font-family: arial, sans-serif; font-size: 11.7px; background-color: #f6f6f6;"&gt;FeatureServiceInfo&lt;/A&gt;&lt;SPAN style="color: #333333; font-family: arial, sans-serif; font-size: 11.7px; background-color: #f6f6f6;"&gt; featureServerInfo, &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/android/api-reference/reference/com/esri/core/geometry/Geometry.html" style="color: #006699; font-family: arial, sans-serif; font-size: 11.7px; background-color: #f6f6f6;"&gt;Geometry&lt;/A&gt;&lt;SPAN style="color: #333333; font-family: arial, sans-serif; font-size: 11.7px; background-color: #f6f6f6;"&gt; geodatabaseExtent, &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/android/api-reference/reference/com/esri/core/geometry/SpatialReference.html" style="color: #006699; font-family: arial, sans-serif; font-size: 11.7px; background-color: #f6f6f6;"&gt;SpatialReference&lt;/A&gt;&lt;SPAN style="color: #333333; font-family: arial, sans-serif; font-size: 11.7px; background-color: #f6f6f6;"&gt; geodatabaseSpatialReference, &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/android/api-reference/reference/com/esri/core/tasks/geodatabase/LayerQueries.html" style="color: #006699; font-family: arial, sans-serif; font-size: 11.7px; background-color: #f6f6f6;"&gt;LayerQueries&lt;/A&gt;&lt;SPAN style="color: #333333; font-family: arial, sans-serif; font-size: 11.7px; background-color: #f6f6f6;"&gt; queries, boolean returnAttachments)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You need to specify the Layers you want. It worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Cesar Revilla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 16:54:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/download-stand-alone-table-for-offline-use/m-p/404207#M2748</guid>
      <dc:creator>CesarRevilla</dc:creator>
      <dc:date>2016-03-11T16:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Download stand alone table for offline use</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/download-stand-alone-table-for-offline-use/m-p/404208#M2749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the reply in this post: &lt;A href="https://community.esri.com/thread/173089"&gt;Download Related Table&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 22:52:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/download-stand-alone-table-for-offline-use/m-p/404208#M2749</guid>
      <dc:creator>WillCrick</dc:creator>
      <dc:date>2016-03-28T22:52:59Z</dc:date>
    </item>
  </channel>
</rss>

