You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2025. It is now read-only.
But this returns the data directly into the AutoCompleteTextView.
What if I want to display the Name is the AutoCompleteTextView and also get the phone number like this:
hey guys, What Wushu wants to do is to be able to retrieve a string of the name or number, so that would be adding another public method different than gettext.
public String getName(){
if(isSomeoneSelected()) {return selected.getName().toString();}
else{return null}
}
Add the ability to retrieve the phone number/email/... from the selected person.
To be able to display the name of the selected person but use his email/phone/... for the rest of the app
The text was updated successfully, but these errors were encountered: