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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -