When calling AsyncTask<Integer,Integer,Boolean>
, where is the return value of:
protected Boolean doInBackground(Integer... params)
?
Usually we start AsyncTask with new AsyncTaskClassName().execute(param1,param2......);
but it doesn't appear to return a value.
Where can the return value of doInBackground()
be found?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…