Is there a way to make the TListView of Delphi to behave like actual ListView in android? for example each item of the list has its own \"View\" and in that view can be mult
You will have to use TListBox, then you can add list items and each item can have item text and details but you are limited to the predefined layouts. You can not make your completely own layout like in Eclipse. You will have to use FireMonkey Style Designer to create your own style. Take a look here.