I need my Android application to download a large batch of images and store it on the Smartphone disk, but I need to decide what would be the best format for downloading these files, since the images must be available in offline application mode .
1-Web Service return a zipped file with all the images and the application performs the unpacking in the desired directory.
2 - ???