Autocompletetextview Doesn't Recognize Spaces
I'm using an AutoCompleteTextView in my Android application, which is loaded with items like this one: 'Smoky chinchilla rat - Abrocoma cinerea' Which are common names and scientif
Solution 1:
Have you taken a look at this post? The user was having a similar issue, and he wrote is own derivation:
I just ran into a similar problem and wrote a simple multi word derivation. It defaults to a "," separator but you can set it whatever you like using the "setSeparator" method.
Post a Comment for "Autocompletetextview Doesn't Recognize Spaces"