SD Card File Browser in Android
How to make a file browsing window in Android for accessing, browsi开发者_如何学JAVAng and opening SD card's FAT32 contents?
Check out this example: http://www.remwebdevelopment.com/dev/a34/Directory-Browser-Application.html
There's a tutorial here: http://www.dreamincode.net/forums/topic/190013-creating-simple-file-chooser/
It isn't like java's JFileChooser but I think it can really help you!
精彩评论