All Questions
3 questions
1
vote
0
answers
108
views
ArcGIS Runtime SDK for Android throwing error while handling userToken in user credentials
I am new to this ArcGIS Map. I am developing an application where we are using a user token instead of passing username and password in User Credentials.
UserCredentials creds = new UserCredentials();...
0
votes
1
answer
2k
views
ArcGIS Runtime SDK for Android zooming to a feature from a spinner dropdown list
I am relatively new to Java and working with the ArcGIS Runtime SDK for Android. I am making an app where the user selects the parcel id from spinner list. If the user clicks on a 'ZOOM' button the ...
40
votes
12
answers
139k
views
java.security.cert.CertificateException: Certificates does not conform to algorithm constraints
I have a mapping application that can add ArcGIS 9.3+ base maps given a URL. One of the URLs that I would like to add is from a customer's URL and is secured. My mapping application was using Java 6 ...