What change did really happen in Async Task after Android Gingerbread?
问题 What change did really Android team make in Async task after android 2.3. When I executed the following code I am getting same result in both Android 2.3 and 3.0. package com.sample.asynctask; import android.app.Activity; import android.os.AsyncTask; import android.os.Bundle; import android.util.Log; public class AsyncTaskTestActivity extends Activity { private static final String TAG = "AsyncTaskTestActivity"; /** Called when the activity is first created. */ @Override public void onCreate