Skip to content Skip to sidebar Skip to footer

Android File Picker

Is there a good solution for picking a file in an android application? I need the user to be able to browse their SD card for a file they would like to load. However, it cannot use

Solution 1:

For anyone still searching for answers, here is a good example with code to create a file chooser/picker simple file chooser

Solution 2:

You can also use my library, which does exactly what you described: aFileChooser

Solution 3:

Ironically I ended up integrating the OI File Manager into my application myself, since the source had been released via svn.

If there's a better way for those looking for the answer to the same question feel free to speak up.

Post a Comment for "Android File Picker"