gpt4 book ai didi

android - 安卓滚动不流畅,卡在中间

转载 作者:行者123 更新时间:2023-11-30 04:42:07 26 4
gpt4 key购买 nike

我正在使用以下代码在列表中显示...它滚动但不流畅;就像在 iPhone 上一样。

this.ListAdapter = new IndMessageAdapter(this,
R.layout.individualmessage_list,
IndividualMessage.CombinedMessages);

setListAdapter(this.ListAdapter);

最佳答案

可能是您没有在适配器中重用 View 。检查此作为适配器重用 View 的示例。

http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/List14.html

关于android - 安卓滚动不流畅,卡在中间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5802524/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com