<?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 Is there any sample code for show map using offline datas in memory in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/is-there-any-sample-code-for-show-map-using/m-p/750458#M5286</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'm a amateur in developing arcgis android app.&lt;/P&gt;&lt;P&gt;I want to draw and analyse map in android device like google map using arcgis.&lt;/P&gt;&lt;P&gt;And I want to get geodata from offline device like sd card.&lt;/P&gt;&lt;P&gt;I think it's possible using arcgis.&lt;/P&gt;&lt;P&gt;Is there any sample code for show map using offline datas?&lt;/P&gt;&lt;P&gt;Offline datas are .shp, .dbf, .tif, ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jan 2016 13:27:45 GMT</pubDate>
    <dc:creator>CuiZhe</dc:creator>
    <dc:date>2016-01-14T13:27:45Z</dc:date>
    <item>
      <title>Is there any sample code for show map using offline datas in memory</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/is-there-any-sample-code-for-show-map-using/m-p/750458#M5286</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'm a amateur in developing arcgis android app.&lt;/P&gt;&lt;P&gt;I want to draw and analyse map in android device like google map using arcgis.&lt;/P&gt;&lt;P&gt;And I want to get geodata from offline device like sd card.&lt;/P&gt;&lt;P&gt;I think it's possible using arcgis.&lt;/P&gt;&lt;P&gt;Is there any sample code for show map using offline datas?&lt;/P&gt;&lt;P&gt;Offline datas are .shp, .dbf, .tif, ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 13:27:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/is-there-any-sample-code-for-show-map-using/m-p/750458#M5286</guid>
      <dc:creator>CuiZhe</dc:creator>
      <dc:date>2016-01-14T13:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any sample code for show map using offline datas in memory</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/is-there-any-sample-code-for-show-map-using/m-p/750459#M5287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haven't researched it too much but based upon the information listed here in the API, it looks like you can work with shapefiles that exist in storage if you use the following class:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/android/api-reference/reference/com/esri/core/geodatabase/ShapefileFeatureTable.html" title="https://developers.arcgis.com/android/api-reference/reference/com/esri/core/geodatabase/ShapefileFeatureTable.html"&gt;ShapefileFeatureTable | ArcGIS Android 10.2.7 API&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to know the file path on disk to where they are stored.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 17:36:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/is-there-any-sample-code-for-show-map-using/m-p/750459#M5287</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2016-01-14T17:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any sample code for show map using offline datas in memory</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/is-there-any-sample-code-for-show-map-using/m-p/750460#M5288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sample may be of help as well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/developer-support/tree/master/runtime-android/add-shapefile-as-featurelayer" title="https://github.com/Esri/developer-support/tree/master/runtime-android/add-shapefile-as-featurelayer"&gt;developer-support/runtime-android/add-shapefile-as-featurelayer at master · Esri/developer-support · GitHub&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 17:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/is-there-any-sample-code-for-show-map-using/m-p/750460#M5288</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2016-01-14T17:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any sample code for show map using offline datas in memory</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/is-there-any-sample-code-for-show-map-using/m-p/750461#M5289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks your reply, Alexander Nohe.&lt;/P&gt;&lt;P&gt;I think the latest arcgis plugin for android works on Android Studio.&lt;/P&gt;&lt;P&gt;But your example works on eclipse, I think.&lt;/P&gt;&lt;P&gt;Is there any samples on android studio?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 10:26:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/is-there-any-sample-code-for-show-map-using/m-p/750461#M5289</guid>
      <dc:creator>CuiZhe</dc:creator>
      <dc:date>2016-01-15T10:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any sample code for show map using offline datas in memory</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/is-there-any-sample-code-for-show-map-using/m-p/750462#M5290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is another sample that may be of help:&lt;BR /&gt;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-android/tree/master/LocalRasterData" title="https://github.com/Esri/arcgis-runtime-samples-android/tree/master/LocalRasterData"&gt;arcgis-runtime-samples-android/LocalRasterData at master · Esri/arcgis-runtime-samples-android · GitHub&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 13:28:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/is-there-any-sample-code-for-show-map-using/m-p/750462#M5290</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2016-01-20T13:28:15Z</dc:date>
    </item>
  </channel>
</rss>

