Reputation: 468
I'm not quite sure what to even call this. Rather than plain text editing I'd like to implement the same system here, so when a user types in other users' names followed by a space the name is replaced with a view like below. What are the basic steps to get this effect?
Upvotes: 0
Views: 21
Reputation: 311
They are called chips.
Here are some libraries that might do the trick: https://github.com/DoodleScheduling/android-material-chips https://github.com/klinker41/android-chips
Upvotes: 1