how can I add/read/view shapefiles into android studio

6782
1
Jump to solution
04-01-2015 03:53 AM
winict
by
New Contributor

I am developing ArcGIS project and I would like to read/ view some of my shapefiles from other project. Anyone know how can I read/view or import those shapefiles into android studio...

thanks

0 Kudos
1 Solution

Accepted Solutions
ArtemisFili
Esri Contributor

You can use the ShapefileFeatureTable class. This allows a shapefile to be opened and displayed in a map by using a FeatureLayer.

ShapefileFeatureTable | ArcGIS Android 10.2.7 API

Also, here is some sample code

developer-support/runtime-android/add-shapefile-as-featurelayer/java/com/arcgis/android/samples/maps...

View solution in original post

1 Reply
ArtemisFili
Esri Contributor

You can use the ShapefileFeatureTable class. This allows a shapefile to be opened and displayed in a map by using a FeatureLayer.

ShapefileFeatureTable | ArcGIS Android 10.2.7 API

Also, here is some sample code

developer-support/runtime-android/add-shapefile-as-featurelayer/java/com/arcgis/android/samples/maps...