开发者

File browsing in Android

开发者 https://www.devze.com 2023-01-30 23:43 出处:网络
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 开发者_JS百科for

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 开发者_JS百科for me.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消