Anyway, are there two TextViews in the same AutoCompleteTextView result?
eg.
And so on...
The ArrayAdapter allows only one binding for the view, so how can I link more views in the adapter?
Same:
(...= new ArrayAdapter<String>(this, android.R.layout.simple_dropdown_1item, R.id.list_item, String[]);
I created a new xml layout for the layout parameter in the ArrayAdapter, except when I bind a TextView to a string array, it only sets the text in the TextView with the given identifier.
I also looked at other posts about this and it did not suit my needs.
If someone can help, it will be absolutely great :)
Thanks.
pop pop pop
source share