I would like to implement an ListView similar to one form the iPhone.

The first element of the table is an image and the others are text plus arrow.
I know how to use an custom image adapter but only for an unique customization, not to customize each row.
That information is static, I should only have the possibility to click the desired element.
Thank you very much.
I have found the solution,
I can use a header for the list view and a customized borders.
Here is an example:
listview_border.xml in drawable folder:
for the listview, set:
Then for the hedser, create a listviaw_header.xml in layouts:
Then set the header:
And that’s all. Enjoy…