<?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 do i enable edit in FeatureLayer in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-enable-edit-in-featurelayer/m-p/361207#M2364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is that mean I should download my layers from service ????&lt;/P&gt;&lt;P&gt;is that mean I can't Edit layers in my .geodatabase file that stored in my sdcard ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you put the link of documentation you read for this issue&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Feb 2015 08:15:34 GMT</pubDate>
    <dc:creator>HassanShatnawi</dc:creator>
    <dc:date>2015-02-18T08:15:34Z</dc:date>
    <item>
      <title>How do i enable edit in FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-enable-edit-in-featurelayer/m-p/361205#M2362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello every one &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've create FeatureLayer from GeodatabaseFeatureTable like this&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;FeatureLayer featureLayer = new FeatureLayer(geodatabaseFeatureTables.get(index++));
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; featureLayer.setEnableLabels(true);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mMapView.addLayer(featureLayer);&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when I'm trying to delete some Feature in the table I got an Exception till me that the table not editable and edit option not enabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;featureLayer.getFeatureTable().deleteFeature(featureLayer.getID());&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how to enable editing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: the code in android - Esri-android-SDK -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:51:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-enable-edit-in-featurelayer/m-p/361205#M2362</guid>
      <dc:creator>HassanShatnawi</dc:creator>
      <dc:date>2021-12-11T16:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do i enable edit in FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-enable-edit-in-featurelayer/m-p/361206#M2363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I understand from the licensing and documentation first of all you would need standard license (with oauth login to arcgis online) AND to have that featurelayer to be fetched from featureservice as offline featurelayer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't create database with desktop and do anything to it because it is not ArcGis Server featureservice originally. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I believe it is like this:&lt;/P&gt;&lt;P&gt;Oauth with ArcGis online/Portal (get standard license) -&amp;nbsp; Fetch offline layer to local database - Go offline - do edits - repeat until ready -&amp;nbsp; push back edits to featureserver.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 08:04:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-enable-edit-in-featurelayer/m-p/361206#M2363</guid>
      <dc:creator>TeroRönkkö</dc:creator>
      <dc:date>2015-02-18T08:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do i enable edit in FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-enable-edit-in-featurelayer/m-p/361207#M2364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is that mean I should download my layers from service ????&lt;/P&gt;&lt;P&gt;is that mean I can't Edit layers in my .geodatabase file that stored in my sdcard ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you put the link of documentation you read for this issue&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 08:15:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-enable-edit-in-featurelayer/m-p/361207#M2364</guid>
      <dc:creator>HassanShatnawi</dc:creator>
      <dc:date>2015-02-18T08:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do i enable edit in FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-enable-edit-in-featurelayer/m-p/361208#M2365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It means you can only edit layers that have been published as featureservice in ArcGis online/portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/android/guide/license-your-app.htm" title="https://developers.arcgis.com/android/guide/license-your-app.htm"&gt;License your app—ArcGIS Runtime SDK for Android | ArcGIS for Developer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note features for basic level/standard level. There is working offline edits example in ArcGis sdk samples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/android/guide/sync-offline-edits.htm" title="https://developers.arcgis.com/android/guide/sync-offline-edits.htm"&gt;Sync offline edits—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 08:39:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-enable-edit-in-featurelayer/m-p/361208#M2365</guid>
      <dc:creator>TeroRönkkö</dc:creator>
      <dc:date>2015-02-18T08:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do i enable edit in FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-enable-edit-in-featurelayer/m-p/361209#M2366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to publish feature services using ArcGIS Server, or ArcGIS Online, then connect to the feature service in your Android APP and generate offline .geodatabase files.&lt;/P&gt;&lt;P&gt;.geodatabase files from ArcGIS Desktop is read-only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think to license the app is necessary during the developing period. The only thing may bother you is the watermark.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 07:06:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-enable-edit-in-featurelayer/m-p/361209#M2366</guid>
      <dc:creator>nie</dc:creator>
      <dc:date>2015-03-04T07:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do i enable edit in FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-enable-edit-in-featurelayer/m-p/361210#M2367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I noticed you used &lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f6f6f6;"&gt;featureLayer.setEnableLabels(&lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #006699; background-color: #f6f6f6;"&gt;true&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f6f6f6;"&gt;);. Ive tried to use it too, but I cannot find where to specify labels field or other properties. Can you please share that! Thanks much!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 13:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-enable-edit-in-featurelayer/m-p/361210#M2367</guid>
      <dc:creator>AneteFridrihsone</dc:creator>
      <dc:date>2015-06-12T13:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do i enable edit in FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-enable-edit-in-featurelayer/m-p/361211#M2368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dian, i think your post is a separate question about setting labels. Please create a new post for this if you are still not able to do what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2015 00:04:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-do-i-enable-edit-in-featurelayer/m-p/361211#M2368</guid>
      <dc:creator>WillCrick</dc:creator>
      <dc:date>2015-06-13T00:04:59Z</dc:date>
    </item>
  </channel>
</rss>

