I have searched everywhere to find the Chips View library that I need.
The Chips need to be displayed inside an EditText with Autocomplete function. I have tried https://github.com/klinker41/android-chips and https://github.com/DoodleScheduling/android-material-chips but they think I will be using there library for Contacts (or email addresses). That is not the case, I'll be using them for Tags (with 1 word and 1 icon). I have tried to make my own version of both of the libraries, but they are way to complicated.
Does anybody know a good Chips View library that has the same functionality and looks the same?