|
POST
|
And you may want to override onTouch rather than onFling, I may have misspoken the first time
... View more
06-16-2017
10:32 AM
|
0
|
2
|
2326
|
|
POST
|
Are you calling the super.onFling method in your override?
... View more
06-16-2017
10:18 AM
|
0
|
0
|
2326
|
|
POST
|
For adding the attachment: (Untested) You should just be able to call the addAttachment method in the PopupAttachmentManager PopupAttachmentManager| arcgis-android For updating the attributes, call getAttributes() and then update the features attributes. Follow this with updateFeatureAsync() Feature| arcgis-android I hope this helps!
... View more
06-16-2017
09:28 AM
|
1
|
2
|
2207
|
|
POST
|
I logged a defect for this in regards to the Android runtime. BUG-000101144: Rotating a vector tile map causes the screen to flash..
... View more
06-14-2017
08:07 AM
|
0
|
0
|
1224
|
|
POST
|
I think there may be some confusion here. A mobile map package is a self contained map that contains all the layers it needs. It can be generated in ArcGIS Pro and deployed to devices that wish to work in an offline environment. Rather than add the mobile map package to a tiled layer, you would want to pull the map from the mobile map package, add that to your map view, and then add your tiled layer to it. mapPackage.getMaps().get(0).getOperationalLayers().add(layer)
... View more
06-14-2017
06:29 AM
|
1
|
2
|
1482
|
|
POST
|
Are you using 10.2.9? I am unable to find this in the 10.2.9 version of the Android SDK (yet). If you are using runtime version 100, use ArcGISMapImageLayer| arcgis-android ArcGISMapImageLayer.setImageFormat(ArcGISMapImageLayer.ImageFormat.PNG32); ArcGISMapImageLayer.ImageFormat| arcgis-android
... View more
06-13-2017
12:27 PM
|
1
|
1
|
1266
|
|
POST
|
As a test, could you try running this to see if it works? This could help narrow down where you may be running into trouble and will make overall troubleshooting easier in the long run
... View more
06-13-2017
06:05 AM
|
0
|
0
|
1834
|
|
POST
|
At this time, there are no samples for version 100. You would need to convert the 10.2.9 version to version 100.
... View more
06-13-2017
06:04 AM
|
0
|
0
|
2134
|
|
POST
|
Are you working with an embedded webview or are you working with a browser? Are you able to reproduce the problem with this sample: developer-support/runtime-android/authenticate-with-oauth at master · Esri/developer-support · GitHub
... View more
06-12-2017
06:30 AM
|
0
|
2
|
1834
|
|
POST
|
As a test, can you add a log statement to this block: else if (layer instanceof FeatureLayer) { FeatureLayer featureLayer = (FeatureLayer) layer; featureLayer.setRenderer(renderer); map.refreshDrawableState(); } To ensure that, yes, this section is being called (This should be the offline feature). As another test, additionally, can you try removing the FeatureLayer from the map and readding it after the renderer has been applied to the layer?
... View more
06-09-2017
07:33 AM
|
0
|
0
|
1409
|
|
POST
|
Correct. The onMessage should contain the data coming from the service. Additionally, I have not tested this type of implementation before, so I wish all the best in pursuing this and hope you find some satisfactory results.
... View more
06-09-2017
06:36 AM
|
1
|
0
|
1484
|
|
POST
|
I believe what you are really looking for is ad hoc offline mapping. This allows users to generate an offline map from an existing web map. We are all hoping that this is coming soon and are excited with the amount of work that the runtime team is putting into the next few releases. As far as using a MMPK (mobile map package), this allows your users to create an all in one package that can be deployed to devices to be used in a totally offline environment. As far as editing the data within the mobile map package on the device, I am not sure if this is possible. Instead, what I suggest while the ad hoc offline mapping is still in development is that you pair the tilecache tool: com.esri.arcgisruntime.tasks.tilecache| arcgis-android With the geodatabase package: com.esri.arcgisruntime.tasks.geodatabase| arcgis-android With these two packages paired together, you should be able to generate a TPK to store on the device and a runtime geodatabase file with which you can sync services with. I hope this helps!
... View more
06-09-2017
06:23 AM
|
1
|
0
|
2752
|
|
POST
|
I imagine the team probably designed the class as final for a reason. Is there something specific that you were trying to accomplish in the getTile function that you cannot do elsewhere? We might be able to submit an enhancement request, however, it would be good to know what you were doing in the getTile function as this would help with justification.
... View more
06-08-2017
07:13 AM
|
0
|
4
|
2195
|
|
POST
|
Did you specify a valid redirect uri in the online developer console? ArcGIS for Developers It is a whitelisted system, so any redirect uris that you use need to be listed there.
... View more
06-08-2017
06:35 AM
|
0
|
4
|
1834
|
|
POST
|
Kestutis Kaladinskas I believe that you could potentially be getting this error if you do not have the redirect URI specified in the applications page in the online developers console. ArcGIS for Developers Additionally, can you share any code snippets or screenshots that may help in us understanding the issue? I would also visit this sample: https://github.com/Esri/developer-support/tree/master/runtime-android/authenticate-with-oauth
... View more
06-08-2017
06:34 AM
|
0
|
0
|
937
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-15-2014 03:16 PM | |
| 1 | 01-06-2015 03:33 PM | |
| 1 | 12-02-2014 10:47 AM | |
| 1 | 07-15-2014 03:31 PM | |
| 1 | 09-23-2014 03:59 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:24 AM
|