Archives for: "May 2015, 01"
Display Objects in MultiAutoCompleteTextView
To display object value in MultiAutoCompleteTextView, you have to build a custom adapter: For example, I have a tag class, which has Id field and name field. Firstly, you need to have an adapter Codepublic View getView(int position, View convertView,… more »