Download Attachments

229
0
03-19-2013 08:47 AM
SusanaMirón_Lucio
Esri Contributor
Hello everyone,

we are developing an android application using ArcGIS Runtime SDK for android.

We have an ArcGIS Server Map service (10.1 release) with Feature Service Capability activated, we are using ArcSDE enterprise Geodatabase (10.1 release) to store our information that has attachments enabled and we need show this attachments into our application.

We are trying develop this functionality using AttachmentManager class, but when we run downloadAttachment method, neither execute onAttachmentDownloaded event nor onAttachmentDownloadFailed event are triggered.

This is the correct way to implement it? We have observed that ArcGISFeatureLayer class have retrieveAttachment(int objectId, int attachmentId) method but we are not sure what is best option or if are there any difference.

Thank you so much in advance
0 Kudos
0 Replies