问题标签 [staggered-gridview]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - NestedScrollView 内的 StaggeredGrid 不起作用
我开发了一个 Android 应用程序,我使用StaggeredGridView来显示提要。通常它工作正常,但是当我放入 NestedScrollView 时,我看不到数据。
那么,如何解决这个问题。
XML 文件:
谢谢。
android - Android Recycler StaggeredGrid 分隔线
我的问题是我一直试图在 staggeredGrid 的元素之间放置一些黑线,但我似乎无法让它正常工作。我发现这个类在每个单独的项目之间添加了空格:
我怎样才能调整它来为这些空间着色?
android - Android RecyclerView StaggeredGrid 项目在滚动时更改位置
我的问题是,当我滚动列表时,这些项目会不断交换。我怎样才能使他们的位置固定?
我的布局:
我将文本的可见性设置为消失,因为我认为图像是不断移动对象的图像。有什么办法可以解决这种物品互换的问题吗?
适配器代码:
android - Activity 中的 Recycler View Onclick 方法?
我正在尝试创建一个类似于Google Keep的用户界面。我知道如何使用 Recycler View 创建交错视图。如果我单击特定卡。然后它必须打开一个活动。
我可以使用 onclick 方法实现这一点。
同样的情况发生在我的应用程序中至少 5 个不同的活动中。
我的问题是
我可以在所有这 5 个地方使用这个适配器吗?
如果是,我应该在哪里放置 onclick 操作?
如果不是,如何创建像 Keep 这样的交错布局?
提前致谢!
android - Android RecyclerView StaggeredGrid items change position when scrolling top
In my Staggered Grid with 2 columns I use the effect of infinite list to automatically load elements 10 by 10, everything works fine except when I scroll up. The first two elements change their position. It is like the first two items jump from one column to another.
As I read, the adapter must save the state of each element. But, I do not know how to do it.
This is the main code that I use to display the StaggeredGrid functionality
#Edit 1:
This is how I instanciate the adapter
The populate method happens as an asyntask response that comes in json format:
And this is how i hold the onScroll:
I appreciate any help
android - AsyncTask OutOfMemoryError:位图大小超出 VM 预算
必须将所有 SD 卡图像加载到交错视图中。当我设置计数 100 时,它显示图像在交错视图中,但对于许多没有图像(例如 700/800)我使用 AsyncTask 但它显示 doinbackground 错误请帮我解决这个。
这是 AsncTask 类。
这是适配器类。
日志猫。
java - StaggeredGridView 在滚动时更改项目大小
我遇到了这个问题
我正在使用交错网格视图,它有两列和单列的组合..像这样的东西
一切正常,直到我上下滚动几次,它随机变为这样的东西
再画几卷,结果是这样的
我不知道为什么,而且非常随机。每次显示页面时,我都尝试执行 notifyDataSetChanged,但似乎没有做任何事情
这是我的仪表板的代码
如果需要,我也可以发布适配器。任何建议都是高度赞赏的人。
适配器代码在这里(不想让帖子乱七八糟)http://pastebin.com/QkZbjjp1