ListView very slow when scrolling (using ViewHolder/recycling)

后端 未结 10 495

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:21

    It took a while! I tried everything. Disabling the scroll cache, viewHolder, cacheColorHint ... but nothing worked!

    After searching many hours I found the root of all evil!

    In my themes.xml I had a scaling background image:

    @drawable/window_bg
    

    After removing the beackground everything was butter smooth.

    I hope this helps someone!

提交回复
热议问题