<?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: AppStudio Offline Editing in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/appstudio-offline-editing/m-p/772669#M503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jen,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about this sample from &lt;A href="https://community.esri.com/space/2136"&gt;ArcGIS Runtime SDK for Qt&lt;/A&gt;‌, QML sample,&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/qml/sample-code/sample-qt-editandsyncfeatures.htm" title="https://developers.arcgis.com/qt/latest/qml/sample-code/sample-qt-editandsyncfeatures.htm"&gt;Edit and sync features—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;?&amp;nbsp;I think this sample does exactly what you are looking for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Except when importing that sample into AppStudio project, you need to replace the following&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The "import Esri.ArcGISExtras" with "&lt;SPAN style="color: #808000;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;ArcGIS.AppFramework&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;1.0"&lt;/LI&gt;&lt;LI&gt;"System.xxx" with "AppFramework.xxx" , for example, "&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;System.displayScaleFactor" to&amp;nbsp;&lt;/SPAN&gt;"&lt;SPAN style="color: #800080;"&gt;AppFramework&lt;/SPAN&gt;.displayScaleFactor"&lt;/LI&gt;&lt;LI&gt;The path &lt;SPAN&gt;"qrc:/xxx/xxx" to just "xxx/xxx"&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Erwin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2019 21:46:09 GMT</pubDate>
    <dc:creator>ErwinSoekianto</dc:creator>
    <dc:date>2019-02-04T21:46:09Z</dc:date>
    <item>
      <title>AppStudio Offline Editing</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/appstudio-offline-editing/m-p/772668#M502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to AppStudio and would like to find some code that illustrates how to take a feature service offline, make some edits, and sync it back up to an ArcGIS Online organizational account. I have searched the sample AppStudio apps but so far have not found any code as a part of these samples.&amp;nbsp;Any advice as to where I can find AppStudio offline editing sample code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Jen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2019 19:24:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/appstudio-offline-editing/m-p/772668#M502</guid>
      <dc:creator>JenniferLink2</dc:creator>
      <dc:date>2019-02-04T19:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: AppStudio Offline Editing</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/appstudio-offline-editing/m-p/772669#M503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jen,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about this sample from &lt;A href="https://community.esri.com/space/2136"&gt;ArcGIS Runtime SDK for Qt&lt;/A&gt;‌, QML sample,&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/qml/sample-code/sample-qt-editandsyncfeatures.htm" title="https://developers.arcgis.com/qt/latest/qml/sample-code/sample-qt-editandsyncfeatures.htm"&gt;Edit and sync features—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;?&amp;nbsp;I think this sample does exactly what you are looking for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Except when importing that sample into AppStudio project, you need to replace the following&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The "import Esri.ArcGISExtras" with "&lt;SPAN style="color: #808000;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;ArcGIS.AppFramework&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;1.0"&lt;/LI&gt;&lt;LI&gt;"System.xxx" with "AppFramework.xxx" , for example, "&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;System.displayScaleFactor" to&amp;nbsp;&lt;/SPAN&gt;"&lt;SPAN style="color: #800080;"&gt;AppFramework&lt;/SPAN&gt;.displayScaleFactor"&lt;/LI&gt;&lt;LI&gt;The path &lt;SPAN&gt;"qrc:/xxx/xxx" to just "xxx/xxx"&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Erwin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2019 21:46:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/appstudio-offline-editing/m-p/772669#M503</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2019-02-04T21:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: AppStudio Offline Editing</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/appstudio-offline-editing/m-p/772670#M504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is exactly what I was looking for. Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Jen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 15:24:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/appstudio-offline-editing/m-p/772670#M504</guid>
      <dc:creator>MonikaLucas</dc:creator>
      <dc:date>2019-02-05T15:24:03Z</dc:date>
    </item>
  </channel>
</rss>

