gpt4 book ai didi

android - 如何通过滚动在 ListView 顶部添加项目而不会卡住?

转载 作者:行者123 更新时间:2023-11-29 01:05:59 24 4
gpt4 key购买 nike

我正在开发聊天应用程序,我必须在其中通过分页管理数千条聊天消息列表,但我的问题是当我在 ListView 的顶部添加项目时adapter在快速滚动和应用期间 setSelectionFromTop(index, y) ...通过这个我的list滚动卡在索引上...

 adapter.setData(listChatMessage);
adapter.notifyDataSetChanged();

View v = threadList.getChildAt(0);
int top = (v == null) ? 0 : v.getTop();

listView.setSelectionFromTop(index, top);

那么我们如何在ListView的顶部添加项目呢?滚动而不会卡住。我应该使用什么方法。

有人可以推荐我吗?

最佳答案

如果我没看错的话,看看这个

How to get the scroll speed on a ListView?

然后设置listView.fling(int velocityY)

关于android - 如何通过滚动在 ListView 顶部添加项目而不会卡住?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47180199/

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