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
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.
TextWatcher
MultiAutoCompleteTextView