Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android File Manager Library [closed]

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.

like image 454
Richard J. Ross III Avatar asked Apr 10 '11 15:04

Richard J. Ross III


2 Answers

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.

like image 177
Manish Burman Avatar answered Nov 19 '22 13:11

Manish Burman


Why don't you create your own filebrowser using this example?

like image 3
THelper Avatar answered Nov 19 '22 14:11

THelper