文件浏览Android中文件、Android

2023-09-04 06:31:07 作者:厌生′

有没有具体的查看/小工具可用于设备上浏览文件?或者是有,已成为公认的另一个解决方案?搜索已经产生了很少有用的信息给我。

Is there a specific View/Widget available for browsing files on the device? Or is there another solution that has become accepted? Searching has yielded very little useful information for me.

推荐答案

不幸的是有没有特殊的查看/插件用于浏览文件。但它不是很难写自己。谷歌搜索会发现公共来源/意图的一些文件浏览。总的想法很简单:只需使用 File.listFiles(),并填写相应的的ListView 牢记SD卡根和电话FS根。

Unfortunately there's no special View/widget for browsing files. But it's not very difficult to write it yourself. Googling would find number of public sources/intents for file browsing. General idea is simple: just use File.listFiles() and fill appropriate ListView keeping in mind SD card root and phone FS root.