Android - Async Task behavior in 2.3.3 and 4.0 OS

前端 未结 3 1118
忘了有多久
忘了有多久 2020-12-10 18:26

I am testing an application where we have a list view with list of images retrieved over network. When i run the application on android device 2.3.3 (WIFI speed 512 KBPS) an

3条回答
  •  生来不讨喜
    2020-12-10 18:48

    Are you using an AsyncTask to execute the background operation? I think there is a difference between the implementation of the AsyncTask between GB and ICS.

    Try to add some debug logging when the thread finishes its work and see if there is a difference between the two versions.

提交回复
热议问题