I want my AutocompleteTextView to display data in a rather different way.
Support I have the following map:
Home : ABC
Office: DEF
School: GHI
Now if the user types in 'Home' in the AutocompleteTextView, it should show ABC in the dropdown.
Is it possible to achieve the above functionality without using a custom Adapter?