<?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: offline mode and how to create compact data in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/offline-mode-and-how-to-create-compact-data/m-p/137539#M1010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the links Andy, but that's exactly the opposite of what I'm looking for &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGisTiledLayer allows you to read data (tiled cache) previously stored on your SDcard. What I need, is something like the "OfflineableTiledMapServiceLayer" of Windows Mobile SDK: a layer that at the same time that receives the data from the online connection, can store it in the SDcard, and in case you lost the connection, tries to retrieve the info from this stored data. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;OfflineableTiledMapServiceLayer is derived from ArcGISTiledMapServiceLayer, which could automatically save tile images from base map layer to a Sqlite database file in IsolatedStorage, then when your phone is offline, it can automatically load tiles from local database as a offline map layer(without any modification of your code).&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So... do we have something like that in the ArcGIs Runtime Android SDK? In case not, are you planning to add this functionality in future updatings?&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, 25 Jan 2013 11:18:03 GMT</pubDate>
    <dc:creator>JessicaSena</dc:creator>
    <dc:date>2013-01-25T11:18:03Z</dc:date>
    <item>
      <title>offline mode and how to create compact data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/offline-mode-and-how-to-create-compact-data/m-p/137534#M1005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm new at arcgis runtime for android, and I have some questions about the offline mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For what I see in the samples, I'm not sure if there is a way to store in the device the cache tiles "on the fly"... I mean, if it is possible to create the compact cache data according to the requests done at every moment and store it to access when the device is offline...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or the only way to work in offline mode would be to create a tiled cache service, with which create a compact data package that we should download and store in the sd card in order to use it later (as it is explained &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/android-sdk/concepts/index.html#/Local_Tile_Layer_Sample/011900000028000000/"&gt;here&lt;/A&gt;&lt;SPAN&gt;) ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 07:14:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/offline-mode-and-how-to-create-compact-data/m-p/137534#M1005</guid>
      <dc:creator>JessicaSena</dc:creator>
      <dc:date>2013-01-22T07:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: offline mode and how to create compact data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/offline-mode-and-how-to-create-compact-data/m-p/137535#M1006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After some more research, I�??m pretty sure that the only way to store in the sd the map tiles loaded during a zoom, is to do it one by one �??by hand�?� in a sqllite db for example, although I'm not getting exactly how... am I right? I guess then that ArcGis Runtime for Android dos not offer any special way to do it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I�??ll be very grateful if somebody could enlighten me or confirm my guess...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 08:55:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/offline-mode-and-how-to-create-compact-data/m-p/137535#M1006</guid>
      <dc:creator>JessicaSena</dc:creator>
      <dc:date>2013-01-23T08:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: offline mode and how to create compact data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/offline-mode-and-how-to-create-compact-data/m-p/137536#M1007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yeah, you're right:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=d2b40d7f553947a2b575556b057f5dcf"&gt;http://www.arcgis.com/home/item.html?id=d2b40d7f553947a2b575556b057f5dcf&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 00:37:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/offline-mode-and-how-to-create-compact-data/m-p/137536#M1007</guid>
      <dc:creator>MilesWacker</dc:creator>
      <dc:date>2013-01-24T00:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: offline mode and how to create compact data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/offline-mode-and-how-to-create-compact-data/m-p/137537#M1008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That was exactly what I was looking for! but the problem is that it looks like "OfflineableTiledMapServiceLayer" is only available in Windows Mobile SDK... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does the corresponding class for the Android SDK exist? If it is, which one is? Or which one can I use in order to achieve a similar behaviour?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 06:08:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/offline-mode-and-how-to-create-compact-data/m-p/137537#M1008</guid>
      <dc:creator>JessicaSena</dc:creator>
      <dc:date>2013-01-24T06:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: offline mode and how to create compact data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/offline-mode-and-how-to-create-compact-data/m-p/137538#M1009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jessica, I don't have an exact answer to your first question, but maybe these links will get you pointed in the right direction:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGISLocalTiledLayer: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/android-sdk/api/reference/com/esri/android/map/ags/ArcGISLocalTiledLayer.html"&gt;http://resources.arcgis.com/en/help/android-sdk/api/reference/com/esri/android/map/ags/ArcGISLocalTiledLayer.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Offline WindTurbine Sample app: &lt;/SPAN&gt;&lt;A href="https://github.com/Esri/offline-windturbine-inspector-android"&gt;https://github.com/Esri/offline-windturbine-inspector-android&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 16:32:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/offline-mode-and-how-to-create-compact-data/m-p/137538#M1009</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2013-01-24T16:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: offline mode and how to create compact data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/offline-mode-and-how-to-create-compact-data/m-p/137539#M1010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the links Andy, but that's exactly the opposite of what I'm looking for &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGisTiledLayer allows you to read data (tiled cache) previously stored on your SDcard. What I need, is something like the "OfflineableTiledMapServiceLayer" of Windows Mobile SDK: a layer that at the same time that receives the data from the online connection, can store it in the SDcard, and in case you lost the connection, tries to retrieve the info from this stored data. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;OfflineableTiledMapServiceLayer is derived from ArcGISTiledMapServiceLayer, which could automatically save tile images from base map layer to a Sqlite database file in IsolatedStorage, then when your phone is offline, it can automatically load tiles from local database as a offline map layer(without any modification of your code).&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So... do we have something like that in the ArcGIs Runtime Android SDK? In case not, are you planning to add this functionality in future updatings?&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, 25 Jan 2013 11:18:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/offline-mode-and-how-to-create-compact-data/m-p/137539#M1010</guid>
      <dc:creator>JessicaSena</dc:creator>
      <dc:date>2013-01-25T11:18:03Z</dc:date>
    </item>
  </channel>
</rss>

