Sd Card File Browser In Android
How to make a file browsing window in Android for accessing, browsing and opening SD card's FAT32 contents?
Solution 1:
Check out this example: http://www.remwebdevelopment.com/dev/a34/Directory-Browser-Application.html
Solution 2:
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!
Post a Comment for "Sd Card File Browser In Android"