gpt4 book ai didi

android - 在可拖动的 gridview 中获取错误以在 android 中进行垂直滚动

转载 作者:行者123 更新时间:2023-11-30 03:15:03 25 4
gpt4 key购买 nike

<分区>

我想要具有适当滚动功能的可拖动 GridView 。谁能帮帮我?
我找到了图书馆,但在垂直滚动中不起作用..这个我试过了。。 https://github.com/thquinn/DraggableGridView

public void setContainer(PagedDragDropGrid container) {
this.container = container;
}

private int positionOfItem(int pageIndex, int childIndex) {
int currentGlobalIndex = 0;
for (int currentPageIndex = 0; currentPageIndex < adapter.pageCount(); currentPageIndex++) {
int itemCount = adapter.itemCountInPage(currentPageIndex);
for (int currentItemIndex = 0; currentItemIndex < itemCount; currentItemIndex++) {
if (pageIndex == currentPageIndex && childIndex == currentItemIndex) {
return currentGlobalIndex;
}
currentGlobalIndex++;
}
}

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