Android 版文件选择器
是否有任何选择器可用于从 SDCard 或设备内存中选择文件,例如 Blackberry 中的 FilePicker? 如果没有,那么有什么替代方法吗?
请帮我。 提前致谢。
Is there any picker available to pick file from the SDCard or Device memory,like FilePicker available in Blackberry?
If not ,then any alternative for doing this?
Please help me.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是实现文件选择器的帮助。
您还可以在此处查看输出
Here is the help for implementing File picker.
You can also see the out put here
虽然网上有几个,但我个人使用的是 IO 文件管理器,它很容易使用使用和集成
更新:链接到最新回购协议
Although there are several out there on web, but the one that I personally use is IO file manager its easy to use and integrate
Update: Link to latest repo
Android 没有标准的文件选择器——这很遗憾……尽管如此,还是有很多文件浏览器/选择器意图、应用程序和源的实现。您可以通过 Google 搜索并找到符合您要求的内容。
我为自己编写了文件选择器,花了几个小时、谷歌浏览和一些编码。
There is no standard file picker for Android - which is sad... Nevertheless there are lots of implementations of file browser/picker Intents, applications and sources. You can Google them around and find what meets to your requirements.
I have written file picker for myself and it tooks several hours and Google browsing and some coding.