1
I’m a beginner on Android and was wondering how to read a TXT file to my application.
That question helped me a lot:
https://stackoverflow.com/questions/8499351/how-to-read-csv-file-in-android
But in my case, the user will put a CSV file inside the sdcard or the tablet’s mémoria , would like to know how I make the user choose where the file is inside the memory to be able to import to the application instead of making my application look for a fixed place inside the tablet.
Actually your question then is:
Como selecionar um arquivo que está dentro da memória do dispositivo?
?– Math