How to read a CSV file using Android?

1

I'm a beginner on Android and I was wondering how to read a TXT file for my application.

This question helped me a lot:

link

But in my case, the user will put a CSV file inside the sdcard or the tablet's memory, I would like to know how do I choose where the file is inside the memory so that I can import to the application instead of make my application look for a fixed place inside the tablet.

    
asked by anonymous 11.03.2014 / 19:10

1 answer

1

I believe you are wanting to create a file explorer runs? if this is a look at these 2 articles use this to see how to show only txt

link

and to create the explorer use this:

link

If it gives an error or something, try to remove the image component and its functions in the project, which I have already implemented using these examples.

    
17.03.2014 / 13:57