I am having an array that contains different urls, and a set of buttons, each link is assigned to each buttons. When clicking on a button, the content in the url which is assigned to that particular button will be downloaded. The user can click on multiple buttons at the same time so that multiple download can perform at the same time. And at the same time user should have the provision to navigate through another views, so that the downloading process should not lock the UI. Which would be the best and easiest way to implement this? Please share your ideas.
Thanks
I am having an array that contains different urls, and a set of buttons,
Share
Just fetch the data asynchronously: