<?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: Mobile Overview Tablets in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/mobile-overview-tablets/m-p/418097#M2856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Bit confused on not directly editing...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I mean is that the API does not support direct connections to an ArcSDE geodatabase.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;But I am editing through the Feature Service that is published with Server right?&lt;BR /&gt;I dont have to export my data to a FIle GEodatabase then make edits and copy into SDE?&lt;BR /&gt;&lt;BR /&gt;Just confused on number 6....converting back....where and how is this done?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, the API supports connected editing your geodatabase as a feature service published with ArcGIS Server.&amp;nbsp; You don't need to do step 6.&amp;nbsp; I was thinking about a disconnected editing workflow with respect to that step.&amp;nbsp; I apologize for the confusion.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Oct 2012 19:04:28 GMT</pubDate>
    <dc:creator>DanO_Neill</dc:creator>
    <dc:date>2012-10-12T19:04:28Z</dc:date>
    <item>
      <title>Mobile Overview Tablets</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/mobile-overview-tablets/m-p/418094#M2853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Trying to wrap my head around this and what needs to be set up.&amp;nbsp; We work with a 3rd party that has our SDE and has a couple Silverlight apps...albeit all within out firewalls...I also have an internal silverlight app&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to take an android tablet and go to the field and edit the SDE data live.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I could use the Android SDK and create an app for the tablet/phone&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From outside the Firewall:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But what needs to happen in regards to the data itself (SDE)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How am I establishing security?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How am I serving up the FC to access from the application?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How to I bridge the gap from the Android Tablet, through the firewall to access and edit the SDE data?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I make the service avaliable to the outside world, but control who sees it&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THe 3rd party has a web server sitting in the DMZ but how do we authenticate? Can we set up User name and logins?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are their additional software/hardware requirements to do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help understanding the whole picture and security would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 18:44:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/mobile-overview-tablets/m-p/418094#M2853</guid>
      <dc:creator>JayKappy</dc:creator>
      <dc:date>2012-09-28T18:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile Overview Tablets</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/mobile-overview-tablets/m-p/418095#M2854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Android API does not currently support editing of SDE databases directly.&amp;nbsp; I will try and address your questions by describing a workflow for working with SDE data in a connected mode: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Ensure all the data in a &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Authoring_feature_services/0154000003nt000000/"&gt;single SDE geodatabase&lt;/A&gt; with write permissions.&amp;nbsp; &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Publishing_feature_services/015400000337000000/"&gt;Publish&lt;/A&gt; your map document as a map service in ArcGIS Server and enable the Feature Access capability on it.&amp;nbsp; &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;This will generate a URL to access your feature service from within the Android API.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Create an &lt;A href="http://resources.arcgis.com/en/help/android-sdk/api/com/esri/android/map/ags/ArcGISFeatureLayer.html"&gt;ArcGISFeatureLayer&lt;/A&gt; in Android which points to your Feature Service URL.&amp;nbsp; &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Edit your data using the &lt;A href="http://resources.arcgis.com/en/help/android-sdk/concepts/index.html#/What_is_editing/011900000018000000/"&gt;Android API&lt;/A&gt;.&amp;nbsp; &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001200000021000000"&gt;Convert&lt;/A&gt; your edited Feature Class back to Geodatabase in SDE.&amp;nbsp; &lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;You use ArcGIS Server Manager to &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000005qz000000"&gt;configure your secured services&lt;/A&gt;&lt;SPAN&gt; which will allow you access control.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 17:56:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/mobile-overview-tablets/m-p/418095#M2854</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2012-10-09T17:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile Overview Tablets</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/mobile-overview-tablets/m-p/418096#M2855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bit confused on not directly editing...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I am editing through the Feature Service that is published with Server right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I dont have to export my data to a FIle GEodatabase then make edits and copy into SDE?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just confused on number 6....converting back....where and how is this done?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 18:30:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/mobile-overview-tablets/m-p/418096#M2855</guid>
      <dc:creator>JayKappy</dc:creator>
      <dc:date>2012-10-12T18:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile Overview Tablets</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/mobile-overview-tablets/m-p/418097#M2856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Bit confused on not directly editing...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I mean is that the API does not support direct connections to an ArcSDE geodatabase.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;But I am editing through the Feature Service that is published with Server right?&lt;BR /&gt;I dont have to export my data to a FIle GEodatabase then make edits and copy into SDE?&lt;BR /&gt;&lt;BR /&gt;Just confused on number 6....converting back....where and how is this done?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, the API supports connected editing your geodatabase as a feature service published with ArcGIS Server.&amp;nbsp; You don't need to do step 6.&amp;nbsp; I was thinking about a disconnected editing workflow with respect to that step.&amp;nbsp; I apologize for the confusion.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 19:04:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/mobile-overview-tablets/m-p/418097#M2856</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2012-10-12T19:04:28Z</dc:date>
    </item>
  </channel>
</rss>

