Im aiming to create an app that allows me to download multiple images from an array of urls and allow the user to swipe through them.
Im a bit unsure on how to do this as im not sure how to save the images on the kindle (it has no sd card).
Any help on how to save images from the web locally (to be accessed asap) would be great!
You can use this method in a loop with your array. Do not worry about the external directory. The devices which haven’t got sd card slot, have a separate place from the internal memory to act like an “external memory”.
This will save the image with the name of the url, you can edit to your needs. And to save the image for external memory (it doesn’t matter if the device has an sd card or not). For example, I have a Nexus 7 and it works.
This method requires
in the manifest, and downloading requires: