Android File Manager Library [closed]

空扰寡人 提交于 2019-11-29 14:13:08

问题


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.


回答1:


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.




回答2:


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




回答3:


OpenIntent's FileManager is in fact open source:

https://github.com/openintents/filemanager

It is licensed under Apache License, Version 2.0.

You can integrate its source code in your application.



来源:https://stackoverflow.com/questions/5612812/android-file-manager-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!