How do I get MultiAutoCompleteTextView tokenizer similar to Facebook app?

后端 未结 3 799
广开言路
广开言路 2020-12-10 15:08

I am creating an application which has a \'To\' field just like in Facebook app\'s \"New Message\" feature.

After selecting an item from the drop down list, I create

3条回答
  •  北海茫月
    2020-12-10 15:43

    Try adding a TextWatcher to the MultiAutoCompleteTextView. Save the current text and check if the last space was deleted. If so, remove the last token.

提交回复
热议问题