Android File Manager Library [closed]

谁说胖子不能爱 提交于 2019-11-30 09:20:44

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.

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

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.

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