Android AutoComplete EditText Item related to hidden key -


i've got autocomplete edittext, , array of objects composed 2 strings:

  • an user readable one, name of person.
  • a key, identify object on database.

i'd load autocomplete edittext readable string , retrive related string on item click.

the readable string repeats itself, can not make comparison.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -