I’m using gtm-http-fetcher in my application. It’s easy to fetch a single resource with it. Now I need to download 100 pictures at a time. I have the URL for each image. When I get a image, I need to match it with its URL. What should I do?
UPDATE:
May I put all the fetchers into an operation queue to fetch images concurrently?
The URL is available as