Search code examples
androidopenfiledialogfilechooser

ANDROID- SELECT A FILE FROM FILE EXPLORER


I am new to android development. I need to implement a file chooser/ Open-File-Dialog in my project. But I have found that android do not provide any built in support for this. So what is good solution on this? Should I use any Library or Manually build code for this?

I have taken overview of android-fileChooser & aFileChooser Libraries. Is there any other simple file chooser?

Thanks in advanced...


Solution

  • Some more links for your reference File Explorer and File Explorer 1