Open GoogleCodeExporter opened 8 years ago
My bad, after browsing the sources if found the cache(String url, long expire)
method.
The problem is it uses the same executor as the async requests, hence if I need
to download 900 images during the first launch, the rest of my application will
not display any images until all are downloaded.
It would be great to have 2 different executors, one for using with the cache
method, and one for the rest.
Original comment by michael....@playadz.com
on 9 Dec 2013 at 4:48
Original issue reported on code.google.com by
michael....@playadz.com
on 9 Dec 2013 at 10:01