I have an Asynctask that last longer than i would like my users to be waiting at the submit screen.
I am currently using asynctask.get(..) but i would like my users to be able to carry on using the app while the Asynctask runs in the background.
How would i display a message to the user when my Asynctask wont hold a reference to the current context?
Thanks