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
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/shapefilesample at …
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.