Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
How to do a layout like this? I currently use a listActivity and I need the same experience with this kind of layout.
您可以使用交错网格视图库。还要检查和被子视图。这就是你需要的。
要获得这种效果,您应该创建两个列表视图并链接两个列表的滚动条。
在两个列表视图上定义一个 OnScrollListener,当“onScroll()”时,以编程方式移动另一个列表。我认为如果所有图像都被缓存,你不应该有延迟。
您可以使用交错网格视图库。但是您需要务实地提及每个图像的高度以设置列表视图的高度。否则,当您滚动到结尾并返回顶部时,顶部图像的对齐会受到干扰
您必须使用 GridView 您可以参考this或this。