Hello I am wondering how do you have an android app that can go online and retrieve a custom file type and then store it on the phone in a readable space for the application? Also sense I’m already posting how would you have your android application read the said file?
Thank you for you time.
Nothing specific to Android. Do it how you do in Java.
Here is how you can use this
InputStreamto save the file on sd card by usingOutputStream.