splitwise / TokenAutoComplete

Gmail style MultiAutoCompleteTextView for Android
Apache License 2.0
1.3k stars 383 forks source link

getViewForObject does not support ViewHolder pattern #323

Closed bigsquirrel closed 7 years ago

bigsquirrel commented 7 years ago

It seems always use the last item view.

mgod commented 7 years ago

I'm a bit confused here – it definitely does not support the ViewHolder pattern (I'm considering changing the API to make it clear that it doesn't even really use the View except for layout), but why would you use the ViewHolder pattern in this case? It doesn't re-use the views, which is usually why you would use a ViewHolder. Can you give me some insight into your use-case?