Android的文本编辑行为类似Gmail应用"要QUOT&;领域

问题描述:

我需要让我的用户输入多个电子邮件地址到一个文本编辑,我想有建议交往的能力,因为他们键入地址,一旦他们在一个或多个邮件进入,我想验证电子邮件和在视觉上表示该电子邮件中添加。 Gmail应用程序做的这个伟大的工作。下面是什么我谈论的照片。任何人都可以给我一些建议或点我在正确的方向?

I need to allow my users to enter multiple email addresses into a textedit and I would like to have the ability to suggest contacts as they type the address and once they enter in one or more emails I would like to validate the email and visually signify that the emails are added. The gmail app does a great job of this. Below are pictures of what I'm talking about. Can anyone give me some suggestions or point me in the right direction?

您必须使用的 MultiAutoCompleteTextView

You have to use a MultiAutoCompleteTextView.