In my app, I'm allowing users to create groups and then add their friends to them in order to share data. When creating the group, I would like to be able to do something very similar to the picture below from Google+, using an Android EditText
:
(source: gyazo.com)
I realise that the Google+ and Gmail applications of this both work by separating each user or email recipient when the person presses space during typing. This then separates them into separate entities however still displayed in the same EditText
. What would be the best way to implement this in Android? I appreciate any assistance as currently I'm completely in the dark on this topic.