Basically, I have one Asynctask for downloading files. I can call this from my main UI activity fine, but what if I want to call it from a different Activity - I.e. one activity is a main menu with a link to download the manual, and another activity is a ListView of all the available documents to be downloaded.
Do I have to create another Asynctask for this?