So i have a listview that i want to populate with headers and a view layout with some images and some text.
What is the most performance efficient way to go about this?
Inflate a layout for the header and another for the normal view or use the same layout for both only with some formatting and re-formatting to achieve the goal?
Cheers