POST
|
Thank you @Shubham_Sharma I really don´t see the option Release -> App integrity -> Services -> Automatic integrity protection -> Protection oneven when I am logged in as the owner of the organization I have read somewhere that it is only available to select users. So, I wonder what it takes to be a select user or if it is only available for games. Is it usual to implement the integrity protection or: the Google Play signature and the "Integrity verification" in the app Details page would be enough for a simple app? Thank you very much, Adriana
... View more
10-25-2024
06:20 AM
|
0
|
0
|
496
|
POST
|
Hello Is anyone experienced in implementing the Automatic Integrity Protection in Google Play? (I ask this question here, in the ESRI Community, for an app based on the ArcGIS Maps SDK for Kotlin) The automatic integrity protection is not available on my console and I ask: am I missing something here? I have found it pretty difficult to implement the API (not automatic) in the code as it requires a backend server for verifying tokens, etc. So, I wonder if anyone has already walked this path. Thank you very much in advance
... View more
10-16-2024
03:41 PM
|
0
|
2
|
599
|
POST
|
Thank you very much @GuntherHeppner I just would like to pan/zoom to the user´s initial location so that the user knows where he is on the MapView. I was not thinking of collecting the user location as it changes. However, since you mentioned it and for the purpose of defining Privacy Policies it is my understanding that when we use var locationDisplay = rememberLocationDisplay() or locationDisplay.dataSource.start() we are not actually collecting / storing the user´s location it is just used for displaying a graphic on the screen and when the user leaves the app it is not maintained on the device. Is my interpretation correct? Thank you very much
... View more
09-10-2024
01:25 PM
|
0
|
2
|
1389
|
POST
|
Thank you very much @imbachb, but then I have an additional question: how do I retrieve the Point Geometry (XY coordinates) from var locationDisplay = rememberLocationDisplay() which is where I believe the location is actually being stored Thank you very much again!
... View more
09-10-2024
01:18 PM
|
0
|
1
|
1390
|
POST
|
Hello I am trying to setAutoPanMode(LocationDisplayAutoPanMode.Recenter) only when the user is within the ArcGISMap maxExtent. If I leave setAutoPanMode(LocationDisplayAutoPanMode.Recenter) in the code and the device is outsite the maxExtent, the MapView is centered on a location that does not make sense. Does anyone have a hint on how may I place a condition on the setAutoPanMode (if this is the best solution)? Thank you very much in advance
... View more
09-10-2024
04:49 AM
|
0
|
7
|
1430
|
POST
|
Thank you Rama I have watched your video from the Dev Summit ArcGIS Maps SDK for Kotlin: An Introduction Based on it I am using the Composable MapView function with the arcGISMap = mapViewModel.arcGISMap parameter. My question: is this declaration of the ArcGISMap in the ViewModel enough to hold the arcGISMap state as the user pans, or zooms or when the app reconfigures? I just wanted to understand how the arcGISMap state is being held. Thank you very much, Adriana
... View more
08-15-2024
06:20 AM
|
0
|
0
|
1324
|
POST
|
I mean, considering that the method is in a ViewModel (the same where the FeatureLayer and ArcGISMap are declared, when the user closes the app and opens it again will there be an explicit call to the populateFromService?
... View more
08-14-2024
03:02 PM
|
0
|
1
|
1343
|
POST
|
Thank you very much. The populateFromService is in a ViewModel. I understand that the ViewModel survives configuration changes. What about when the user closes the app and open it again in a later time? Thank you immensely, Adriana
... View more
08-14-2024
02:49 PM
|
0
|
2
|
1345
|
POST
|
Hello, I would like to be able to estimate the cost of caching the full extent of a Feature Layer hosted in the ArcGIS Location Platform when setting "FeatureRequestMode.ManualCache". I am assuming that when using "FeatureRequestMode.ManualCache", after the layer is cached, queries are local. Since the "FeatureRequestMode.ManualCache" is different from an offline workflow, when are queries to the server actually happening? When we firstly install the app and access ArcGISMap and its operational layers? When there is a configuration change? When the app recomposes? And also, are the populateFromService parameters bin the code below correct? Thank you very much in advance, Adriana val crimeFeatureTableQueryParams = QueryParameters().apply { whereClause = ("TODOS_2022_2024 >= 3") } val outFieldsCrimeFeatureTable = listOf<String>("TODOS_2022_2024") private val crimeFeatureTable: ServiceFeatureTable by lazy { ServiceFeatureTable("https://services3.arcgis.com/GDuXULnKsYkc979b/arcgis/rest/services/crimes_Osasco_dev_site_view/FeatureServer/0").apply { featureRequestMode = FeatureRequestMode.ManualCache viewModelScope.launch { populateFromService( crimeFeatureTableQueryParams, false, outFieldsCrimeFeatureTable ) } } }
... View more
08-13-2024
03:31 PM
|
0
|
7
|
1394
|
POST
|
Hello Is there a best practice recommendation (or does anyone have a suggestion) for protecting the ArcGIS Developer's website API keys in APK files? Thank you, Adriana
... View more
06-01-2024
02:21 PM
|
0
|
4
|
969
|
POST
|
I have realized that the problem (mistyped words in the app) was a result of one of the settings in my Visual Code.However, in the process of finding a solution, I had the opportunity of watching the What’s New in Calcite - YouTube Livestream today. They presented the language settings in the Accessibility | Calcite Design System | ArcGIS Developers , which I believe may be useful in cases like this.
... View more
10-10-2023
11:19 AM
|
0
|
0
|
708
|
POST
|
Hello, my language, Brazilian Portuguese, uses special characters such as ç ~ How do I change the language setting of Calcite-panel headings? The code, below, outputs mistyped words <calcite-panel heading="Sua localização" height-scale="l" data-panel-id="locate" hidden> <div id="locate-container"></div> </calcite-panel> <calcite-panel heading="Busca por endereço" height-scale="l" data-panel-id="search" hidden> <div id="search-container"></div> </calcite-panel> Thank you very much
... View more
10-09-2023
12:29 PM
|
0
|
1
|
804
|
Title | Kudos | Posted |
---|---|---|
1 | 09-18-2023 10:17 AM | |
1 | 06-04-2023 10:05 AM | |
1 | 05-31-2022 04:46 AM | |
1 | 05-10-2022 11:25 AM | |
1 | 04-19-2022 11:51 AM |
Online Status |
Offline
|
Date Last Visited |
04-12-2025
06:18 AM
|