What change did really happen in Async Task after Android Gingerbread?

前端 未结 3 1635
有刺的猬
有刺的猬 2021-01-22 12:05

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.



        
3条回答
  •  臣服心动
    2021-01-22 12:39

    The change in the AsyncTask behavior also requires you run on ICS and above hardware.

    See: http://commonsware.com/blog/2012/04/20/asynctask-threading-regression-confirmed.html

提交回复
热议问题