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
Post a Comment for "Android File Picker"