dapper
dapper

Reputation: 299

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?

Upvotes: 1

Views: 7299

Answers (2)

Marco Nalon
Marco Nalon

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

Related Questions