适配器视图里面的适配器视图&转换视图
我有一个适配器视图(列表视图),每个视图都包含一些视图,包括另一个适配器视图(自定义水平列表视图)
所有转换视图看起来都很好,当我垂直滚动时,我从列表视图的适配器进行转换,当我水平滚动时,我从水平列表视图进行转换。
我的问题是当我在列表视图上调用 setNotifydatasetChanged 时, 它从 ConvertView 中重绘所有子行,但每个水平列表视图的子行都会得到一个空的转换视图。
因此它会重建每个水平列表视图中的每个项目。
我可以通过为每个列表视图行存储大约 15 个视图而不是依赖 ConvertView 来避免这种情况,但它非常丑陋。
你知道更好的事情吗?
谢谢。
I have an adapterview (listview) and each contains some views including another adapterview(custom horizontal listview)
All the convert views look fine, I got convert from the listview's adapter when I scroll vertically and convert from the horizontal listview when I scroll horizontally.
My problem is when I call setNotifydatasetChanged on the listview,
it redraw all it's child rows from convertview, but child of each horizontal listview get an empty convert view.
So it rebuilds every item inside each horizontal listview.
I can avoid this by storing myself ~ 15 view for each listview row instead of relying on convertview, but it's quite ugly.
Do you know something better ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论