Android Programming: Where To Start For Creating A Simple File Browser?

后端 未结 3 2015
眼角桃花
眼角桃花 2020-11-29 18:26

I would like to make a file browser that will do two things: 1) Allow the user to browse and select a directory 2) Allow the user to browse all files on their sdcard

3条回答
  •  攒了一身酷
    2020-11-29 18:54

    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.

提交回复
热议问题