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?
Asked
Active
Viewed 21 times
0

Zach
- 447
- 6
- 16
1 Answers
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
-
Thank you so much! I couldn't research anything without the name – Zach Sep 14 '16 at 21:50