Hi,
I'm a amateur in developing arcgis android app.
I want to draw and analyse map in android device like google map using arcgis.
And I want to get geodata from offline device like sd card.
I think it's possible using arcgis.
Is there any sample code for show map using offline datas?
Offline datas are .shp, .dbf, .tif, ....
Thanks.
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:
ShapefileFeatureTable | ArcGIS Android 10.2.7 API
You would need to know the file path on disk to where they are stored.
This sample may be of help as well:
Thanks your reply, Alexander Nohe.
I think the latest arcgis plugin for android works on Android Studio.
But your example works on eclipse, I think.
Is there any samples on android studio?
Here is another sample that may be of help:
arcgis-runtime-samples-android/LocalRasterData at master · Esri/arcgis-runtime-samples-android · Git...