Is there any sample code for show map using offline datas in memory

3382
4
01-14-2016 05:27 AM
CuiZhe
by
New Contributor

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.

Tags (3)
0 Kudos
4 Replies
AlexanderNohe1
Occasional Contributor III

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.

CuiZhe
by
New Contributor

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?

0 Kudos
AlexanderNohe1
Occasional Contributor III
0 Kudos