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
Solved! Go to Solution.
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
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