Hey ALL,
we need some help!
In our Android app, we use the IdentifyTask:
https://developers.arcgis.com/android/api-reference/reference/com/esri/core/tasks/identify/IdentifyTask.html
This works well as long as we provide an URL to a map service as input parameter for the IdentifyTask. However, now we would like to use the IdentifyTask in an offline version of our app, i.e. for feature layers that are contained within an offline geodatabase.
How can we do this? Any ideas?