0

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?GMail address icon

Zach
  • 447
  • 6
  • 16

1 Answers1

1

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

DDRBoxman
  • 311
  • 2
  • 10