I've this piece of code:
final ArcGISDynamicMapServiceLayer arcGISFeatureLayer = new ArcGISDynamicMapServiceLayer(URL, null, userCredentials);
and my URL is SocioEconomics/OutorgaAESA (MapServer) .
The map is showing good (like on attachment), but I can't figure out how can I can click on a specific point of map and display the features.
On Google Maps SDK for Android I know a method like onMarkerClick(Marker marker...). But I didn't see anything like this on ArcGIS SDK (for took the info about the point, not just the latitude and longitude).