<?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: show ESRI fields on graphic in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/show-esri-fields-on-graphic/m-p/652808#M4503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Devendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ArcGIS Runtime SDK does not support syncing &lt;A href="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/mapping/view/Graphic.html"&gt;graphics&lt;/A&gt; to ArcGISOnline, only features can be synced to/from a feature service. Features are rendered using a &lt;A href="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/layers/FeatureLayer.html"&gt;FeatureLayer&lt;/A&gt; which is backed by a &lt;A href="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/data/FeatureTable.html"&gt;FeatureTable&lt;/A&gt;. The FeatureTable gives you access to&amp;nbsp;its fields&amp;nbsp;as well as the ability to &lt;A href="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/data/FeatureTable.html#queryFeaturesAsync(com.esri.arcgisruntime.data.QueryParameters)" style="color: #2989c5; text-decoration: underline;"&gt;query&lt;/A&gt; features and their attributes. You can also get hold of features via an identify operation on your &lt;A href="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/mapping/view/GeoView.html"&gt;GeoView&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some more info related to taking features offline and syncing:&lt;BR /&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/guide/work-offline.htm" title="https://developers.arcgis.com/android/latest/guide/work-offline.htm"&gt;Work offline—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know if this doesn't help answering your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gunther&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Sep 2019 10:03:37 GMT</pubDate>
    <dc:creator>GuntherHeppner</dc:creator>
    <dc:date>2019-09-13T10:03:37Z</dc:date>
    <item>
      <title>show ESRI fields on graphic</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/show-esri-fields-on-graphic/m-p/652807#M4502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am drawing graphics offline based on user's geometry selection, I sync it to ESRI when online, with the required fields in ESRI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when I tap on any of these geometries I want to retrieve the saved fields from ESRI, how do I do this !&lt;/P&gt;&lt;P&gt;If I had a geodatabase I would have got these fields as part of attributes. But, with graphic how do I achieve this !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see in JS SDK they have InfoTemplate that does this magic, I don't see similar tool for Android SDK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2019 19:39:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/show-esri-fields-on-graphic/m-p/652807#M4502</guid>
      <dc:creator>DevendraKhatri</dc:creator>
      <dc:date>2019-09-03T19:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: show ESRI fields on graphic</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/show-esri-fields-on-graphic/m-p/652808#M4503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Devendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ArcGIS Runtime SDK does not support syncing &lt;A href="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/mapping/view/Graphic.html"&gt;graphics&lt;/A&gt; to ArcGISOnline, only features can be synced to/from a feature service. Features are rendered using a &lt;A href="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/layers/FeatureLayer.html"&gt;FeatureLayer&lt;/A&gt; which is backed by a &lt;A href="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/data/FeatureTable.html"&gt;FeatureTable&lt;/A&gt;. The FeatureTable gives you access to&amp;nbsp;its fields&amp;nbsp;as well as the ability to &lt;A href="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/data/FeatureTable.html#queryFeaturesAsync(com.esri.arcgisruntime.data.QueryParameters)" style="color: #2989c5; text-decoration: underline;"&gt;query&lt;/A&gt; features and their attributes. You can also get hold of features via an identify operation on your &lt;A href="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/mapping/view/GeoView.html"&gt;GeoView&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some more info related to taking features offline and syncing:&lt;BR /&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/guide/work-offline.htm" title="https://developers.arcgis.com/android/latest/guide/work-offline.htm"&gt;Work offline—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know if this doesn't help answering your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gunther&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2019 10:03:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/show-esri-fields-on-graphic/m-p/652808#M4503</guid>
      <dc:creator>GuntherHeppner</dc:creator>
      <dc:date>2019-09-13T10:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: show ESRI fields on graphic</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/show-esri-fields-on-graphic/m-p/652809#M4504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gunther,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read about Graphics and Features and how they are different.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/guide/features-and-graphics.htm" title="https://developers.arcgis.com/android/latest/guide/features-and-graphics.htm"&gt;Features and graphics—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2019 07:01:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/show-esri-fields-on-graphic/m-p/652809#M4504</guid>
      <dc:creator>DevendraKhatri</dc:creator>
      <dc:date>2019-09-17T07:01:03Z</dc:date>
    </item>
  </channel>
</rss>

