How to show Arc gis offline map in android

المشرف العام

Administrator
طاقم الإدارة
I'm trying to develop an Arc Gis offline map in android device. For achieving this did some following steps:

1) Installed Arcgis android SDK.2) I'am following this link as a reference- https://developers.arcgis.com/andro...SRI_SECTION3_4BCD2060C5D84B1392506583C866F42A

3) As I found a way in above link so I created a Geo-database using Arc map.4) Then, I transferred this .gdb file into android device. 5) And build a code for fetching this file from the device by writing the below code:
demoDataFile = Environment.getExternalStorageDirectory();

offlineDataSDCardDirName = this.getResources().getString( R.string.config_data_sdcard_offline_dir); filename = this.getResources().getString( R.string.config_geodatabase_name); Geodatabase geodatabase = new Geodatabase("{demoDataFile+/mapapp}");Please have a look on above steps and let me know am i going in right way or suggest me something.



أكثر...
 
أعلى