I need a simple way without any Custom listAdapters to create a ListView with sections, or Categories.
Its important the the Categorie separator doesn't count as a listItem, because i am using the my list items position in the onClick() so every item counts.
Is there an easy way to do this?
Thanks :)