I have an AutocompleteTextView element in my Android app. It works ok, but I want to improve it.
This Autocomplete element shows a list of elements that I ask to server using the constraint and a fixed query (position).
My question is how can I do to add groups in the "ListView" that shows all the solutions, like grouped by a title?
An image shows better what i ask: