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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -