Android 3D UI视图

时间:2012-02-01 14:24:10

标签: android

我想在Android App中显示图像列表。我不想使用网格布局或ListView布局。

我选择的自定义布局,但我无法启动开发。自定义布局就像--->

如果你有或使用“Safari浏览器”打开它。转到热门站点视图,它将显示最近访问过的热门站点的布局。我希望在我的Android应用程序中使用相同的布局来显示图像列表。

1 个答案:

答案 0 :(得分:0)

mAdapter = new PhotoAdapter(this);
setListAdapter(mAdapter);

这是你需要什么?看一下这个, http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/List8.html