I have a CSV file and I am trying to populate a local database on my application. I am trying to make the application generic, so I am hoping to store the file in some common area on the phone, that my program can then access.
Is there a tutorial out there that can show me how to load and access a file on the android?



