搜尋此網誌

2015年8月14日 星期五

【Android】AsyncTask使用上的注意事項

ref:

  1. http://blog.30sparks.com/android-asynctask-problems/
  2. http://themakeinfo.com/2015/04/retrofit-android-tutorial/

doInBackground方法和onPostExecute的參數必須對應,這兩個參數在AsyncTask聲明的泛型參數列表中指定。
第一個為doInBackground接受的參數。
第二個為顯示進度的參數。
第三個為doInBackground返回和onPostExecute傳入的參數。

沒有留言: