<?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 What is the best method and documentation to implement offline mode in android ArcGIS?  in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/what-is-the-best-method-and-documentation-to/m-p/5650#M46</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are trying to implement offline mode of existing ArcGIS android application, Where we are loading n number of Feature And mapImage layers from ArcGIS server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we are looking to make it Offline. But we are not able to find suitable documentation about API and other development process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any leads or links will be helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Prashanth YN&lt;/P&gt;&lt;P&gt;Pixel Softek PVT LTD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jan 2018 05:42:56 GMT</pubDate>
    <dc:creator>PrashanthYN</dc:creator>
    <dc:date>2018-01-09T05:42:56Z</dc:date>
    <item>
      <title>What is the best method and documentation to implement offline mode in android ArcGIS?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/what-is-the-best-method-and-documentation-to/m-p/5650#M46</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are trying to implement offline mode of existing ArcGIS android application, Where we are loading n number of Feature And mapImage layers from ArcGIS server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we are looking to make it Offline. But we are not able to find suitable documentation about API and other development process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any leads or links will be helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Prashanth YN&lt;/P&gt;&lt;P&gt;Pixel Softek PVT LTD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 05:42:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/what-is-the-best-method-and-documentation-to/m-p/5650#M46</guid>
      <dc:creator>PrashanthYN</dc:creator>
      <dc:date>2018-01-09T05:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best method and documentation to implement offline mode in android ArcGIS?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/what-is-the-best-method-and-documentation-to/m-p/5651#M47</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend starting with this topic in our Guide conceptual help system -&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/guide/offline.htm" title="https://developers.arcgis.com/android/latest/guide/offline.htm"&gt;Offline—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&amp;nbsp; - this Fundamentals topic gives you an overview of how Offline works in the ArcGIS Runtime SDKs. It links to&amp;nbsp;a lot of other information, including these two&amp;nbsp;further Offline-specific topics:&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/guide/create-an-offline-map.htm" title="https://developers.arcgis.com/android/latest/guide/create-an-offline-map.htm"&gt;Create an offline map—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/guide/create-an-offline-layer.htm" title="https://developers.arcgis.com/android/latest/guide/create-an-offline-layer.htm"&gt;Create an offline layer—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can follow up with more detailed info in the API reference for the specifically mentioned classes, for example&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/tasks/offlinemap/OfflineMapTask.html" title="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/tasks/offlinemap/OfflineMapTask.html"&gt;OfflineMapTask| arcgis-android&lt;/A&gt;&amp;nbsp;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can take tiled map services offline, and this is described in the help topics. Also those topics describe taking feature services offline - you can also edit feature services offline, and then sync back the changes when you're online again. However you can't take dynamically-produced map image layers offline - the nature of those services is that a specific single image is produced each time a request is made, and the image covers the whole map extent - e.g. each time the user pans the map or changes the layers that are visible, a new image is returned from the server.&amp;nbsp;Other offline functionality is available, such as offline geocoding and routing, and we'll be adding more offline functionality over time and future releases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps get you started - post back if you have more questions. If you have specific questions, it would be great if you can start a new thread for each different question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 10:25:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/what-is-the-best-method-and-documentation-to/m-p/5651#M47</guid>
      <dc:creator>ShellyGill1</dc:creator>
      <dc:date>2018-01-12T10:25:19Z</dc:date>
    </item>
  </channel>
</rss>

