File service

Hi, iam developing an app where server files and folders can be viewed and edited.
I am able to list the image files as shown in your example, but how can Idisplay the pdf doc files as well as folders with a hierarchy.
Is directory listing useful for that.
Thank you.

Hi @Christie v thomas,
Yes. You need to use custom file pattern as described in docs: https://backendless.com/documentation/files/android/file_directory_listing.htm
Artur