Basically, I'm using an AutoCompleteTextView and it uses an ArrayAdapter of Objects.
When searching for Objects, I want to have separators or headers of some sort to categorize the objects that will be shown in the dropdown.
I've tried googling for examples to no avail. At the very least, I just need a top level guidance on how to do this. Some code examples would be nice.
So far, I have a custom xml layout for the Object rows in the dropdown. But not sure on how to add the headers/sections.