Hi, i have a project, where i'm dealing with web service which have to return list of images(image gallery) and which would be accessed from android client. There would be static folder with that images on server, the problem i'm solving is that how could i get root collections that would be in that folder. Can somebidy help with this?
Hi!
I don't know what you mean by "root collections".
From what I suspect I understand, I would return URLs pointing to the static images in responses of the web service. The client can then decide whether to request an image or not and at which time to send the request.
Best wishes!