The value returned only can be used on the postexecute method?
When I call the doInBackground method I get the source code (String) of a webpage. I want return that source code to my main activity because there I classify the information within the source code. But I'm thinking I can't do that.. can I?
From the postexecute, could I return it?