Implement AsyncTask
-
Hi,
In Android Studion ,why the methods are crossed out here ?
because when I insert AsyncTask the methods don't workSelect Methods to Override/Implement
--android.os.AsyncTask
--onPreExecute():void
--doInBackround(params...):ResultDid you hover the mouse over them to see what the actual issue is? Could they be deprecated, used in the wrong context, or not inside of a
try/catch
block?"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
Did you hover the mouse over them to see what the actual issue is? Could they be deprecated, used in the wrong context, or not inside of a
try/catch
block?"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
Got it. Thanks