ListView very slow when scrolling (using ViewHolder/recycling)

后端 未结 10 490

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

    You can use listview.setScrollingCacheEnabled(false).When scrolling listview application hold area then throwing Out Of Memory(OOM) exception.My solution is worked for me.

提交回复
热议问题