Android File Picker

Posted by GuyNoir on Stack Overflow See other posts from Stack Overflow or by GuyNoir
Published on 2010-04-23T20:41:20Z Indexed on 2010/04/23 20:43 UTC
Read the original article Hit count: 1053

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 an outside application (like andExplorer). It must stay contained inside my application.

I saw one a while ago that's hosted on google code and used by the Gameboid, SNESoid and other similar emulators to pick roms. If any one can point me to that one that'd be just as great.

Thanks!

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk