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
Post a Comment