ListView very slow when scrolling (using ViewHolder/recycling)

后端 未结 10 510

I\'m back at trying out some Android dev again. I have an \"old\" HTC Hero phone lying around, so I booted that one up, did some updates and are now up n running again with Ecli

10条回答
  •  灰色年华
    2021-02-02 17:20

    Try using android:cacheColorHint="#00000000" for your listview. To improve drawing performance during scrolling operations, the Android framework reuses the cache color hint.

    Reference: developer.android.com article.

提交回复
热议问题