Android File Manager Library

Richard J. Ross III picture Richard J. Ross III · Apr 10, 2011 · Viewed 18.7k times · Source

I am admittedly not experienced in developing for android. I am looking for some API that lets me browse the users files, without installing a separate app via intents. Right now I have found the OI File Manager, but that uses intents to get it's work done. Is there another file manager library available for me to use? Preferably one that is easy to set-up and use.

Answer

Manish Burman picture Manish Burman · Jan 6, 2012

This is a late answer but I worked on creating an android file explorer recently. https://github.com/mburman/Android-File-Explore

Its really straightforward. Essentially its just 1 file that you would need to integrate into your application - doesn't use intents either.