I'm trying to find a simple way to get a TXT file from a web server to be used in an android application development. I would want to access the file in the same way that I can access a locally stored file using FileInputStream and FileOutputStream.
Is there a way for me to download the file and save it locally for use with those?