0

Hi, I am new to mobile app development, so forgive me if this seems like a stupid question. The screenshot below is from the Sydney airport iPhone app. Could anyone please tell me what kind of View is that? I mean, the one with all the "To and From" info, like "parking" etc.? And is it possible to make such a view in Android?

Screen

4

2 回答 2

3

在 Android 上,这可以通过ListView自定义列表项视图实现。

于 2012-12-01T18:22:39.087 回答
1

尝试 Android 项目的 UITableView。

https://github.com/thiagolocatelli/android-uitableview

于 2012-12-01T18:22:14.503 回答