Hello there!
I have an app that needs to download a lot of tiny resourcers (thousands of 50kb jpg files). The files are downloaded by ftp. The problem is that the whole proccess is sooooo slow...
I'm wondering if grouping the files in zip files of 30 files each one could accelerate the process. So I have this questions:
a) is this the correct aproach?
b) If so, how can I uncompress zip files into my android/data/appxxx folder?
Thanks for the responses.
I have an app that needs to download a lot of tiny resourcers (thousands of 50kb jpg files). The files are downloaded by ftp. The problem is that the whole proccess is sooooo slow...
I'm wondering if grouping the files in zip files of 30 files each one could accelerate the process. So I have this questions:
a) is this the correct aproach?
b) If so, how can I uncompress zip files into my android/data/appxxx folder?
Thanks for the responses.