4

我想构建一个如下所示的布局,GridView尽管我知道它可以使用GridLayout&来完成,ScrollView但我需要使用适配器,因为我对图像进行了延迟加载和缩放。

在此处输入图像描述

任何帮助或建议将不胜感激。

4

1 回答 1

0

I think that what you are looking for is the StaggeredGridView:

The StaggeredGridView allows the user to create a GridView with uneven rows similar to how Pinterest looks. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore

http://www.androidviews.net/2013/01/pinterest-like-adapterview/

于 2013-06-09T08:57:19.460 回答