2

我正在尝试设计一个类似于 google play 的界面。我目前正在使用列表视图来显示图像,我尝试了http://android-developers.blogspot.com/2010/07/multithreading-for-performance.html中的示例,但它每行只显示一个图像,我需要像在 Google Play 上那样连续多张图片。

关于使用哪些组件有什么建议吗?列表视图是最佳选择吗?

请注意,图像将被延迟加载,我的界面需要垂直滚动。

谢谢,凯文

4

1 回答 1

2

尝试使用 GridView:http: //developer.android.com/guide/topics/ui/layout/gridview.html

一些教程:http ://www.androidhive.info/2012/02/android-gridview-layout-tutorial/

于 2012-09-04T09:22:19.280 回答