How do I display a folder and all its contents(pdf, documents, zip) in my android app?

I have uploaded sample files(docx, pdf, pptx, zip) in my files. And it is located in a folder named Uploads. I am trying to show the Upload folder and all its contents in my android app.

Hi Francis,

You need to use the directory listing API to retrieve folder contents:
https://backendless.com/documentation/files/android/file_directory_listing.htm

Regards,
Mark