Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
1  
As others said below..this is a custom ListView in Android. If you need a tutorial on how to get a custom listview set up, have a look here jadebyfield.blogspot.com/2012/10/… – Jade Byfield Dec 1 '12 at 18:44

closed as not a real question by Ahmad, Steve, Midhun MP, Nik...., Maerlyn Dec 2 '12 at 11:11

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

up vote 1 down vote accepted

Try the UITableView for Android Project.

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

share|improve this answer
Thanks man! That's what I want. – user1869109 Dec 1 '12 at 18:54

On Android, this can be implemented as a ListView with a custom list item view.

share|improve this answer
Thanks for the reply. – user1869109 Dec 1 '12 at 18:54

Not the answer you're looking for? Browse other questions tagged or ask your own question.