how to show directory list of server side in android
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开发者_如何学JAVA 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
Here is the full code for a local file chooser. You can modify it to interact with your server quite easily.
精彩评论