标签: android interface
我正在尝试设计类似于谷歌播放的界面。我目前正在使用列表视图来显示图像,我在http://android-developers.blogspot.com/2010/07/multithreading-for-performance.html尝试过示例,但每行只显示一个图像,我需要在Google Play上的一行中显示多个图像。
有关使用哪些组件的任何建议?列表视图是最佳选择吗?
请注意,图像将被延迟加载,我的界面需要垂直滚动。
谢谢, 凯文
答案 0 :(得分:2)
尝试使用GridView:http://developer.android.com/guide/topics/ui/layout/gridview.html
一些教程:http://www.androidhive.info/2012/02/android-gridview-layout-tutorial/