I am an android developer who uses ArcGis SDK to implement maps. I am having problem with the implementation.
Now I want to download from the server (image server) specific rasters by query (like here: https://developers.arcgis.com/rest/services-reference/query-image-service-.htm), for example, download satellite images of a specific object for a specific date. I also want to save them locally (cache) and display them on map.
Please tell me, can I do this using Android Runtime SDK and Image Server?
If not, please tell me if there is another solution for my problem.
Thanks