Hi, I have been going through most possibilities here and need to download small image files from my php server. I think I am confusing myself now as I have tried too many possible methods/examples with no success.
For my app, I want to replicate my small SQL Lite database on the external(?) card and download the actual files onto the phone. (Image filenames stored in the DB).
Preferably I would like to download them all or sections of them in a list after inserting each table with image names.
When I have tried this I get the last file downloaded to the phone valid, but the previous ones are invalid. Is there an example of downloading a single image, or list of images to the external card?
Most just display the image in an imageview after download, but not copying to external and the flickr one means ripping a page apart which I don't need.
Thanks in advance,
Malky
For my app, I want to replicate my small SQL Lite database on the external(?) card and download the actual files onto the phone. (Image filenames stored in the DB).
Preferably I would like to download them all or sections of them in a list after inserting each table with image names.
When I have tried this I get the last file downloaded to the phone valid, but the previous ones are invalid. Is there an example of downloading a single image, or list of images to the external card?
Most just display the image in an imageview after download, but not copying to external and the flickr one means ripping a page apart which I don't need.
Thanks in advance,
Malky
Last edited: