I want to know is it possible to show directory list of server side in android. The directory list is just folder/file name with folder icon from server side, actually the server side directory is in linux like "/home/public/user/abc" or "/home/public/user/a.jgp". User can click the folder/file name in android.

thanks

link|improve this question

58% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Here is the full code for a local file chooser. You can modify it to interact with your server quite easily.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.