Reputation: 299
How to make a file browsing window in Android for accessing, browsing and opening SD card's FAT32 contents?
Upvotes: 1
Views: 7299
Reputation: 11
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!
Upvotes: 1
Reputation: 114
Check out this example: http://www.remwebdevelopment.com/dev/a34/Directory-Browser-Application.html
Upvotes: 3