I want to create a ListView with unselectable dividing items with different background colours. It looks like ListView.FixedViewInfo could be the ideal automagic solution so is it possible to implement these list items using Reflection/Java Object?
Thanks for the reply. I see from the ListView Android docs that FixedViewInfo only seems to be used for headers and footers so it doesn't look like one can be added anywhere we like in a ListView anyway.
It look like Checklists does the non-clickable item thing so I'll check that out.
Better using a customlistview... Here you have full control over the elements. And here you can create custom header or footer... But it is more difficult to handle...