我想构建一个如下所示的布局,GridView
尽管我知道它可以使用GridLayout
&来完成,ScrollView
但我需要使用适配器,因为我对图像进行了延迟加载和缩放。
任何帮助或建议将不胜感激。
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/