You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to create multiple downloading tasks? So that I can have multiple instances running at the same time to download for multiple collection cells.
The text was updated successfully, but these errors were encountered:
You can use ImageSourceDownloader to download as many images in parallel as you like. If you have multiple ImageSourceViews, they will each download in parallel (but actually share a download if it's the same url).
Cool, much appreciated for the answer. But sorry for being unclear, what I trying to ask is I found that if i assign 5 different image url into the shared downloader.. it downloads the image 1 by 1 ( or by sequence, we need to wait for one image to be done downloading before others could start ) rather than trying to download 5 of em at the same pace.
Is there a way to create multiple downloading tasks? So that I can have multiple instances running at the same time to download for multiple collection cells.
The text was updated successfully, but these errors were encountered: