Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有特定的视图/小部件可用于浏览设备上的文件?还是有其他已被接受的解决方案?搜索对我来说几乎没有有用的信息。
不幸的是,没有用于浏览文件的特殊视图/小部件。但是自己写也不是很困难。谷歌搜索会找到用于文件浏览的公共资源/意图的数量。总体思路很简单:只需使用File.listFiles()并填写适当ListView的 SD 卡根目录和手机 FS 根目录即可。
File.listFiles()
ListView