What is the best way to load external data in android?
Currently, this is what I do:
Is this the optimal approach in terms of the Android documentation?
The data files saved over external storage devices are publicly accessible on shared external storage using USB mass storage transfer. Data files stored over external storage using a FileOutputStream object and can be read using a FileInputStream object.
According to the Google I/O Creating REST apps presentation, you should do something like:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With